From 8f99c6330374125b7c4434478d4909a33690018c Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 9 Mar 2025 15:18:33 +0100 Subject: [PATCH] update nixpkgs btcpayserver: 1.13.7 -> 2.0.7 nbxplorer: 2.5.17 -> 2.5.23 Co-authored-by: Erik Arvstedt --- flake.lock | 12 ++++++------ pkgs/pinned.nix | 2 +- test/nixos-search/flake.lock | 18 +++++++++--------- test/tests.py | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 0ea3675..7c8279d 100644 --- a/flake.lock +++ b/flake.lock @@ -44,11 +44,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1739357830, - "narHash": "sha256-9xim3nJJUFbVbJCz48UP4fGRStVW5nv4VdbimbKxJ3I=", + "lastModified": 1741600792, + "narHash": "sha256-yfDy6chHcM7pXpMF4wycuuV+ILSTG486Z/vLx/Bdi6Y=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0ff09db9d034a04acd4e8908820ba0b410d7a33a", + "rev": "ebe2788eafd539477f83775ef93c3c7e244421d3", "type": "github" }, "original": { @@ -60,11 +60,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1739451785, - "narHash": "sha256-3ebRdThRic9bHMuNi2IAA/ek9b32bsy8F5R4SvGTIog=", + "lastModified": 1741678040, + "narHash": "sha256-rmBsz7BBcDwfvDkxnKHmolKceGJrr0nyz5PQYZg0kMk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1128e89fd5e11bb25aedbfc287733c6502202ea9", + "rev": "3ee8818da146871cd570b164fc4f438f78479a50", "type": "github" }, "original": { diff --git a/pkgs/pinned.nix b/pkgs/pinned.nix index d53a33d..831c429 100644 --- a/pkgs/pinned.nix +++ b/pkgs/pinned.nix @@ -2,7 +2,6 @@ pkgs: pkgsUnstable: { inherit (pkgs) - btcpayserver charge-lnd fulcrum hwi @@ -13,6 +12,7 @@ pkgs: pkgsUnstable: inherit (pkgsUnstable) bitcoin bitcoind + btcpayserver clboss clightning electrs diff --git a/test/nixos-search/flake.lock b/test/nixos-search/flake.lock index 65020d1..d5e5a87 100644 --- a/test/nixos-search/flake.lock +++ b/test/nixos-search/flake.lock @@ -21,11 +21,11 @@ "nixos-infra": { "flake": false, "locked": { - "lastModified": 1737579535, - "narHash": "sha256-IeklIesD3zumI8MFcqhjrtfGQrqloUj2mJcfSFhN9+c=", + "lastModified": 1741456091, + "narHash": "sha256-l7T5FJyQZz2cRnLrKQGl17Tdk8qHhYJHiwLmSGnGTb4=", "owner": "NixOS", "repo": "infra", - "rev": "2b1a28351e022cfad8d7c6190279560aaedd5a5d", + "rev": "c6f24c9bf8fc7a15828f196ff141fd8a72c41716", "type": "github" }, "original": { @@ -43,11 +43,11 @@ "npmlock2nix": "npmlock2nix" }, "locked": { - "lastModified": 1737850675, - "narHash": "sha256-69pa1wSXHNO/mCd/WMpKPclcgqe8D6+GqlAyRielAiA=", + "lastModified": 1741681923, + "narHash": "sha256-x08XAFJmmLO4AveUO7tgKNdDXIVv3vHi09D7Eh3jAbM=", "owner": "nixos", "repo": "nixos-search", - "rev": "937c3999f65a664ed06b7effc1af7354910c2851", + "rev": "753861364543ae8949fcce0c43fdd0c3e3b5b9d1", "type": "github" }, "original": { @@ -58,11 +58,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1737746512, - "narHash": "sha256-nU6AezEX4EuahTO1YopzueAXfjFfmCHylYEFCagduHU=", + "lastModified": 1741379970, + "narHash": "sha256-Wh7esNh7G24qYleLvgOSY/7HlDUzWaL/n4qzlBePpiw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "825479c345a7f806485b7f00dbe3abb50641b083", + "rev": "36fd87baa9083f34f7f5027900b62ee6d09b1f2f", "type": "github" }, "original": { diff --git a/test/tests.py b/test/tests.py index 7716a58..3509f4b 100644 --- a/test/tests.py +++ b/test/tests.py @@ -240,7 +240,7 @@ def _(): '"version"', ) # Test web server response - assert_matches(f"curl -fsS -L {ip('btcpayserver')}:23000", "Welcome to your BTCPay Server") + assert_matches(f"curl -fsS -L {ip('btcpayserver')}:23000", "Welcome to BTCPay Server") @test("rtl") def _():