monero: fix source hash

This commit is contained in:
rnhmjoj 2019-07-03 21:44:08 +02:00
parent 63a895812b
commit a402aa11fc
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://github.com/monero-project/monero.git";
rev = "v${version}";
sha256 = "1wckn566ly98d4whlnsif6zjlpm6nwmrhmmrg0rzr9587vkx57sx";
sha256 = "1asa197fad81jfv12qgaa7y7pdr1r1pda96m9pvivkh4v30cx0nh";
};
nativeBuildInputs = [ cmake pkgconfig git ];