monero: 0.17.2.0 -> 0.17.2.3

This commit is contained in:
rnhmjoj 2021-09-09 02:11:49 +02:00
parent d559051a1c
commit 67173fba04
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "monero";
version = "0.17.2.0";
version = "0.17.2.3";
src = fetchFromGitHub {
owner = "monero-project";
repo = "monero";
rev = "v${version}";
sha256 = "0jwlmrpzisvw1c06cvd5b3s3hd4w0pa1qmrypfwah67qj3x6hnb6";
sha256 = "0nax991fshfh51grhh2ryfrwwws35k16gzl1l3niva28zff2xmq6";
fetchSubmodules = true;
};