Skip to content

Commit

Permalink
monero: 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 1ee5cbe commit 8929e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/monero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "monero-${version}";
version = "0.13.0.2";
version = "0.13.0.3";

src = fetchgit {
url = "https://github.com/monero-project/monero.git";
rev = "v${version}";
sha256 = "078iw76ajvaj08rgnx3c13pnq8fxah1z9wwyz54fcnj2349sjbf5";
sha256 = "03qx8y74zxnmabdi5r3a274pp8zvm3xhkdwi1xf5sb40vf4sfmwb";
};

nativeBuildInputs = [ cmake pkgconfig git ];
Expand Down

0 comments on commit 8929e03

Please sign in to comment.