Skip to content

Commit

Permalink
Merge pull request #92371 from r-ryantm/auto-update/monero-gui
Browse files Browse the repository at this point in the history
monero-gui: 0.16.0.0 -> 0.16.0.2
  • Loading branch information
bhipple committed Jul 5, 2020
2 parents c6aa405 + c1dbd9a commit d60fc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/monero-gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "monero-gui";
version = "0.16.0.0";
version = "0.16.0.2";

src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "06vdrsj5y9k0zn32hspyxc7sw1kkyrvi3chzkdbnxk9jvyj8k4ld";
sha256 = "1b1m8vhs0hdh81ysm8s8vfwqskqsihylb51wz16kc98ba40r9gqg";
};

nativeBuildInputs = [ qmake pkgconfig wrapQtAppsHook ];
Expand Down

0 comments on commit d60fc5b

Please sign in to comment.