monero: 0.17.0.1 -> 0.17.1.0

This commit is contained in:
rnhmjoj 2020-10-17 11:18:15 +02:00
parent aee3076ba7
commit bf627ae0e0
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -17,25 +17,18 @@ assert trezorSupport -> all (x: x!=null) [ libusb1 protobuf python3 ];
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "monero"; pname = "monero";
version = "0.17.0.1"; version = "0.17.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "monero-project"; owner = "monero-project";
repo = "monero"; repo = "monero";
rev = "v${version}"; rev = "v${version}";
sha256 = "1v0phvg5ralli4dr09a60nq032xqlci5d6v4zfq8304vgrn1ffgp"; sha256 = "1cngniv7sndy8r0fcfgk737640k53q3kwd36g891p5igcb985qdw";
fetchSubmodules = true; fetchSubmodules = true;
}; };
patches = [ patches = [
./use-system-libraries.patch ./use-system-libraries.patch
# This fixes a bug in the monero-gui build system,
# remove it once the PR has been merged
(fetchpatch {
url = "https://github.com/monero-project/monero/pull/6867.patch";
sha256 = "0nxa6861df1fadrm9bmhqf2g6mljgr4jndsbxqp7g501hv9z51j3";
})
]; ];
postPatch = '' postPatch = ''