monero: 0.14.0.2 -> 0.14.1.0
This commit is contained in:
parent
76a50f0f85
commit
a330f351ee
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "monero-${version}";
|
name = "monero-${version}";
|
||||||
version = "0.14.0.2";
|
version = "0.14.1.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/monero-project/monero.git";
|
url = "https://github.com/monero-project/monero.git";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1471iy6c8dfdqcmcwcp0m7fp9xl74dcm5hqlfdfi217abhawfs8k";
|
sha256 = "1wckn566ly98d4whlnsif6zjlpm6nwmrhmmrg0rzr9587vkx57sx";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig git ];
|
nativeBuildInputs = [ cmake pkgconfig git ];
|
||||||
|
|
Loading…
Reference in a new issue