bitcoin: 24.1 -> 25.0

This commit is contained in:
fanquake 2023-05-26 11:13:58 +01:00
parent f902e5b602
commit 83da7af2ca
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -32,14 +32,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 = "24.1"; version = "25.0";
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 = "8a0a3db3b2d9cc024e897113f70a3a65d8de831c129eb6d1e26ffa65e7bfaf4e"; sha256 = "5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2";
}; };
nativeBuildInputs = nativeBuildInputs =