Merge pull request #262018 from fanquake/bitcoin_core_25_1

bitcoin: 25.0 -> 25.1
This commit is contained in:
Pavol Rusnak 2023-10-20 17:45:15 +02:00 committed by GitHub
commit db773d3ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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