update nixpkgs

bitcoind-knots: 29.2.knots20251010 -> 29.2.knots20251110
clightning: 25.09 -> 25.09.2
lightning-loop: 0.31.2-beta -> 0.31.5-beta
This commit is contained in:
Erik Arvstedt 2025-11-22 12:25:41 +01:00
parent b217b6019c
commit c4cd252753
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 7 additions and 7 deletions

View file

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