Skip to content

Commit

Permalink
monero-gui: 0.14.0.0 -> 0.14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Jul 1, 2019
1 parent a330f35 commit 63a8958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/monero-gui/default.nix
Expand Up @@ -25,13 +25,13 @@ in

stdenv.mkDerivation rec {
name = "monero-gui-${version}";
version = "0.14.0.0";
version = "0.14.1.0";

src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "1l4kx2vidr7bpds43jdbwyaz0q1dy7sricpz061ff1fkappbxdh8";
sha256 = "0ilx47771faygf97wilm64xnqxgxa3b43q0g9v014npk0qj8pc31";
};

nativeBuildInputs = [ qmake pkgconfig ];
Expand Down

0 comments on commit 63a8958

Please sign in to comment.