monero: 0.17.1.5 -> 0.17.1.6

This commit is contained in:
rnhmjoj 2020-12-12 10:13:12 +01:00
parent c8f26afbbf
commit 00d0fe5bf8
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.5";
version = "0.17.1.6";
src = fetchFromGitHub {
owner = "monero-project";
repo = "monero";
rev = "v${version}";
sha256 = "0yy9n2qng02j314h8fh5n0mcy6vpdks0yk4d8ifn8hj03f3g2c8b";
sha256 = "0b6zyr3mzqvcxf48i2g45gr649x6nhppik5598jsvg0z7i2hxb9q";
fetchSubmodules = true;
};