Skip to content

Commit 808d99a

Browse files
authored
bitcoin: 28.0 -> 28.1 (NixOS#373443)
2 parents 7a943d2 + 95ccc47 commit 808d99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/blockchains/bitcoin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ let
3535
in
3636
stdenv.mkDerivation rec {
3737
pname = if withGui then "bitcoin" else "bitcoind";
38-
version = "28.0";
38+
version = "28.1";
3939

4040
src = fetchurl {
4141
urls = [
4242
"https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
4343
];
4444
# hash retrieved from signed SHA256SUMS
45-
sha256 = "700ae2d1e204602eb07f2779a6e6669893bc96c0dca290593f80ff8e102ff37f";
45+
sha256 = "c5ae2dd041c7f9d9b7c722490ba5a9d624f7e9a089c67090615e1ba4ad0883ba";
4646
};
4747

4848
nativeBuildInputs =

0 commit comments

Comments
 (0)