Skip to content

Commit 6ba53a7

Browse files
clefruehmry
authored andcommittedMay 17, 2017
monero: 0.10.2.1 -> 0.10.3.1
1 parent 5b30f24 commit 6ba53a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/misc/monero/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ stdenv, fetchFromGitHub, cmake, boost, miniupnpc, openssl, pkgconfig, unbound }:
22

33
let
4-
version = "0.10.2.1";
4+
version = "0.10.3.1";
55
in
66
stdenv.mkDerivation {
77
name = "monero-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
1010
owner = "monero-project";
1111
repo = "monero";
1212
rev = "v${version}";
13-
sha256 = "0jr57lih3smdg4abglfyfhxp69akiyqy889gcpdplwl05vfnhand";
13+
sha256 = "1x6qjqijdbjyfb0dcjn46gp38hkb419skxansf9w2cjf58c2055n";
1414
};
1515

1616
nativeBuildInputs = [ cmake pkgconfig ];

0 commit comments

Comments
 (0)
Please sign in to comment.