bitcoin-knots: 25.1.knots20231115 -> 26.1.knots20240325

This commit is contained in:
Raghav Sood
2024-05-13 11:47:54 +08:00
parent add7fad06c
commit 796bf41d6c
@@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = if withGui then "bitcoin-knots" else "bitcoind-knots";
version = "25.1.knots20231115";
version = "26.1.knots20240325";
src = fetchurl {
url = "https://bitcoinknots.org/files/25.x/${version}/bitcoin-${version}.tar.gz";
sha256 = "b6251beee95cf6701c6ebc443b47fb0e99884880f2661397f964a8828add4002";
url = "https://bitcoinknots.org/files/26.x/${version}/bitcoin-${version}.tar.gz";
hash = "sha256-PqpePDna2gpCzF2K43N4h6cV5Y9w/e5ZcUvaNEaFaIk=";
};
nativeBuildInputs =