monero: 0.17.1.0 -> 0.17.1.1

This commit is contained in:
rnhmjoj 2020-10-29 00:30:32 +01:00
parent 533965957e
commit 7a498aba3e
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -17,13 +17,13 @@ assert trezorSupport -> all (x: x!=null) [ libusb1 protobuf python3 ];
stdenv.mkDerivation rec {
pname = "monero";
version = "0.17.1.0";
version = "0.17.1.1";
src = fetchFromGitHub {
owner = "monero-project";
repo = "monero";
rev = "v${version}";
sha256 = "1cngniv7sndy8r0fcfgk737640k53q3kwd36g891p5igcb985qdw";
sha256 = "18x27dm24k04vx0yz57zi02rk0wrmbn4wr8alqf48dq6z9wr0fhp";
fetchSubmodules = true;
};