bitcoin: 24.0.1 -> 24.1

This commit is contained in:
fanquake 2023-05-19 16:28:16 +01:00
parent 5dcb4a7ab7
commit 2dfec9ca75
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -32,14 +32,14 @@ let
in
stdenv.mkDerivation rec {
pname = if withGui then "bitcoin" else "bitcoind";
version = "24.0.1";
version = "24.1";
src = fetchurl {
urls = [
"https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
];
# hash retrieved from signed SHA256SUMS
sha256 = "12d4ad6dfab4767d460d73307e56d13c72997e114fad4f274650f95560f5f2ff";
sha256 = "8a0a3db3b2d9cc024e897113f70a3a65d8de831c129eb6d1e26ffa65e7bfaf4e";
};
nativeBuildInputs =