monero: 0.17.1.7 -> 0.17.1.8

This commit is contained in:
rnhmjoj 2021-01-03 11:03:49 +01:00
parent 63bc270f1b
commit 4e1464e63f
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
1 changed files with 2 additions and 2 deletions

View File

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