Compare commits

...

1 Commits

Author SHA1 Message Date
2e7da0ba6f
bitcoin-knots: 26.1.knots20240325 -> 28.1.knots20250305 2025-04-24 12:02:51 +02:00

View File

@ -26,11 +26,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = if withGui then "bitcoin-knots" else "bitcoind-knots"; pname = if withGui then "bitcoin-knots" else "bitcoind-knots";
version = "26.1.knots20240325"; version = "28.1.knots20250305";
src = fetchurl { src = fetchurl {
url = "https://bitcoinknots.org/files/26.x/${version}/bitcoin-${version}.tar.gz"; url = "https://bitcoinknots.org/files/28.x/${version}/bitcoin-${version}.tar.gz";
hash = "sha256-PqpePDna2gpCzF2K43N4h6cV5Y9w/e5ZcUvaNEaFaIk="; hash = "sha256-UILHfx3eMRNuRVNCSVj3AfysIr0MIUybURrW0vBnLj4=";
}; };
patches = [ patches = [