We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d482a commit 95ccc47Copy full SHA for 95ccc47
pkgs/applications/blockchains/bitcoin/default.nix
@@ -35,14 +35,14 @@ let
35
in
36
stdenv.mkDerivation rec {
37
pname = if withGui then "bitcoin" else "bitcoind";
38
- version = "28.0";
+ version = "28.1";
39
40
src = fetchurl {
41
urls = [
42
"https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
43
];
44
# hash retrieved from signed SHA256SUMS
45
- sha256 = "700ae2d1e204602eb07f2779a6e6669893bc96c0dca290593f80ff8e102ff37f";
+ sha256 = "c5ae2dd041c7f9d9b7c722490ba5a9d624f7e9a089c67090615e1ba4ad0883ba";
46
};
47
48
nativeBuildInputs =
0 commit comments