Skip to content

Commit

Permalink
monero-gui: 0.13.0.2 -> 0.13.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Oct 17, 2018
1 parent 8929e03 commit e57438f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/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 {
name = "monero-gui-${version}";
version = "0.13.0.2";
version = "0.13.0.3";

src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "02419rqi3zfy6yjyw3b3gvkbxh2ypdfpijiiklc7lyblb9nnjr68";
sha256 = "1rvxwz7p1yw9c817n07m60xvmv2p97s82sfzwkg2x880fpxb0gj9";
};

nativeBuildInputs = [ qmake pkgconfig ];
Expand Down

0 comments on commit e57438f

Please sign in to comment.