diff options
| author | fanquake <fanquake@gmail.com> | 2024-04-03 13:43:56 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-03 15:41:53 +0000 |
| commit | 3e19f5935446655ef093d6b63146a50b7d6f1c4a (patch) | |
| tree | 2654c4fb26620384942f35da21780dac1fefa3e5 | |
| parent | Merge pull request #301262 from NixOS/backport-301251-to-release-23.11 (diff) | |
| download | nixpkgs-origin/backport-301228-to-release-23.11.tar.gz | |
bitcoin: 26.0 -> 26.1origin/backport-301228-to-release-23.11
New minor release
Release notes: https://bitcoincore.org/en/releases/26.1/
https://github.com/bitcoin/bitcoin/blob/26.x/doc/release-notes.md
(cherry picked from commit 3532edfb2b68b5be70037713cdee6f52358d0ff7)
| -rw-r--r-- | pkgs/applications/blockchains/bitcoin/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/bitcoin/default.nix b/pkgs/applications/blockchains/bitcoin/default.nix index f31fea152710..5167d44469c9 100644 --- a/pkgs/applications/blockchains/bitcoin/default.nix +++ b/pkgs/applications/blockchains/bitcoin/default.nix @@ -33,14 +33,14 @@ let in stdenv.mkDerivation rec { pname = if withGui then "bitcoin" else "bitcoind"; - version = "26.0"; + version = "26.1"; src = fetchurl { urls = [ "https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz" ]; # hash retrieved from signed SHA256SUMS - sha256 = "ab1d99276e28db62d1d9f3901e85ac358d7f1ebcb942d348a9c4e46f0fcdc0a1"; + sha256 = "9164ee5d717b4a20cb09f0496544d9d32f365734814fe399f5cdb4552a9b35ee"; }; nativeBuildInputs = |
