8f99c63303 update nixpkgs (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 8f99c63303

Tree-SHA512: d0f9417586576b63ce4324fa972e301fd8bae6111a4204eb253aac53276d1ddd8293ebe6ad35c31cc47094f6bd89af3801792cb5e249c5252cb800a5431c0b4a
This commit is contained in:
Jonas Nick 2025-03-11 20:30:47 +00:00
commit 875d25066d
No known key found for this signature in database
GPG key ID: 4861DBF262123605
4 changed files with 17 additions and 17 deletions

12
flake.lock generated
View file

@ -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": {

View file

@ -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

View file

@ -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": {

View file

@ -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 _():