update nixpkgs

bitcoind-knots: 28.1.knots20250305 -> 29.1.knots20250903
charge-lnd: 0.3.0 -> 0.3.1
clightning: 25.05 -> 25.09
This commit is contained in:
Jonas Nick 2025-10-07 09:19:22 +00:00
parent 0c961fa789
commit 14d0b33d20
No known key found for this signature in database
GPG key ID: 4861DBF262123605
7 changed files with 34 additions and 33 deletions

View file

@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
inherit (clightning) src;
cargoHash = "sha256-HxFfiFlILv8OOHn6Yt5cC41Gw0eya4uCAwXdK83X1bQ=";
cargoHash = "sha256-UxMXBO/rpanNU8vz8y4V5wSbCNHKYmVXtoGRpOqI+A0=";
depsExtraArgs = {
nativeBuildInputs = [ unzip ];