Skip to content

Commit

Permalink
Merge pull request #320559 from fanquake/bitcoin_core_27_1
Browse files Browse the repository at this point in the history
bitcoin: 27.0 -> 27.1
  • Loading branch information
prusnak committed Jun 17, 2024
2 parents 8e57533 + d6e9159 commit bc9df34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/bitcoin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ let
in
stdenv.mkDerivation rec {
pname = if withGui then "bitcoin" else "bitcoind";
version = "27.0";
version = "27.1";

src = fetchurl {
urls = [
"https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
];
# hash retrieved from signed SHA256SUMS
sha256 = "9c1ee651d3b157baccc3388be28b8cf3bfcefcd2493b943725ad6040ca6b146b";
sha256 = "0c1051fd921b8fae912f5c2dfd86b085ab45baa05cd7be4585b10b4d1818f3da";
};

nativeBuildInputs =
Expand Down

0 comments on commit bc9df34

Please sign in to comment.