bitcoin-knots: 26.1.knots20240325 -> 28.1.knots20250305

This commit is contained in:
Léo Haf 2025-04-07 12:46:10 +02:00
parent 498ba051ae
commit 2e7da0ba6f
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC

View File

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