bitcoin: 28.0 -> 28.1

This commit is contained in:
fanquake 2025-01-13 13:14:29 +00:00
parent b8d482a8fb
commit 95ccc479de
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -35,14 +35,14 @@ let
in
stdenv.mkDerivation rec {
pname = if withGui then "bitcoin" else "bitcoind";
version = "28.0";
version = "28.1";
src = fetchurl {
urls = [
"https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
];
# hash retrieved from signed SHA256SUMS
sha256 = "700ae2d1e204602eb07f2779a6e6669893bc96c0dca290593f80ff8e102ff37f";
sha256 = "c5ae2dd041c7f9d9b7c722490ba5a9d624f7e9a089c67090615e1ba4ad0883ba";
};
nativeBuildInputs =