monero: 0.16.0.3 -> 0.17.0.1

This commit is contained in:
Pavol Rusnak 2020-09-30 16:42:05 +02:00
parent b0f40bef4f
commit d6921aa4bf
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -10,13 +10,13 @@ assert stdenv.isDarwin -> IOKit != null;
stdenv.mkDerivation rec {
pname = "monero";
version = "0.16.0.3";
version = "0.17.0.1";
src = fetchFromGitHub {
owner = "monero-project";
repo = "monero";
rev = "v${version}";
sha256 = "1r9x3712vhb24dxxirfiwj5f9x0h4m7x0ngiiavf5983dfdlgz33";
sha256 = "1v0phvg5ralli4dr09a60nq032xqlci5d6v4zfq8304vgrn1ffgp";
fetchSubmodules = true;
};