bitcoin: 25.0 -> 25.1

This commit is contained in:
fanquake 2023-10-19 11:15:13 +01:00
parent f8826b4dad
commit 53793ca0ae
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -33,14 +33,14 @@ let
in
stdenv.mkDerivation rec {
pname = if withGui then "bitcoin" else "bitcoind";
version = "25.0";
version = "25.1";
src = fetchurl {
urls = [
"https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
];
# hash retrieved from signed SHA256SUMS
sha256 = "5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2";
sha256 = "bec2a598d8dfa8c2365b77f13012a733ec84b8c30386343b7ac1996e901198c9";
};
nativeBuildInputs =