Skip to content

Commit dedbacf

Browse files
committed
Merge #810: update nixpkgs
14d0b33 update nixpkgs (Jonas Nick) Pull request description: ACKs for top commit: erikarvstedt: ACK 14d0b33 Tree-SHA512: c055e49ed5132510e97209965fea0c8fc9638de5b8099adedfd9e325cfc142b30dfd43ed50a669e7f204faca361c40f8304c5783810ae2f38d042fef256d48a5
2 parents 0c961fa + 14d0b33 commit dedbacf

File tree

7 files changed

+34
-33
lines changed

7 files changed

+34
-33
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/clnrest/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
1111

1212
inherit (clightning) src;
1313

14-
cargoHash = "sha256-HxFfiFlILv8OOHn6Yt5cC41Gw0eya4uCAwXdK83X1bQ=";
14+
cargoHash = "sha256-UxMXBO/rpanNU8vz8y4V5wSbCNHKYmVXtoGRpOqI+A0=";
1515

1616
depsExtraArgs = {
1717
nativeBuildInputs = [ unzip ];

pkgs/pinned.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
pkgs: pkgsUnstable:
33
{
44
inherit (pkgs)
5-
bitcoind-knots
6-
charge-lnd
75
clboss
86
elementsd
97
extra-container
@@ -15,7 +13,9 @@ pkgs: pkgsUnstable:
1513
inherit (pkgsUnstable)
1614
bitcoin
1715
bitcoind
16+
bitcoind-knots
1817
btcpayserver
18+
charge-lnd
1919
clightning
2020
electrs
2121
lightning-loop
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
{ buildPythonPackage, poetry-core, pytestCheckHook, clightning, pyln-proto }:
1+
{ buildPythonPackage, hatchling, pytestCheckHook, clightning, pyln-proto }:
22

33
buildPythonPackage rec {
44
pname = "pyln-bolt7";
55
# The version is defined here:
66
# https://github.com/ElementsProject/lightning/blob/master/contrib/pyln-spec/bolt7/pyproject.toml
7-
version = "1.0.2.186.post0";
7+
version = "1.0.4.246";
88
format = "pyproject";
99

1010
inherit (clightning) src;
1111

12-
nativeBuildInputs = [ poetry-core ];
12+
nativeBuildInputs = [ hatchling ];
1313
propagatedBuildInputs = [ pyln-proto ];
1414
checkInputs = [ pytestCheckHook ];
1515

16+
pythonNamespaces = [ "pyln" ];
17+
1618
postUnpack = "sourceRoot=$sourceRoot/contrib/pyln-spec/bolt7";
1719
}
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ buildPythonPackage, poetry-core, pytestCheckHook, clightning, pyln-bolt7, pyln-proto }:
1+
{ buildPythonPackage, hatchling, pytestCheckHook, clightning, pyln-bolt7, pyln-proto }:
22

33
buildPythonPackage rec {
44
pname = "pyln-client";
@@ -7,7 +7,7 @@ buildPythonPackage rec {
77

88
inherit (clightning) src;
99

10-
nativeBuildInputs = [ poetry-core ];
10+
nativeBuildInputs = [ hatchling ];
1111

1212
propagatedBuildInputs = [
1313
pyln-bolt7
@@ -16,5 +16,7 @@ buildPythonPackage rec {
1616

1717
checkInputs = [ pytestCheckHook ];
1818

19+
pythonNamespaces = [ "pyln" ];
20+
1921
postUnpack = "sourceRoot=$sourceRoot/contrib/${pname}";
2022
}

pkgs/python-packages/pyln-proto/default.nix

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ buildPythonPackage
22
, clightning
3-
, poetry-core
3+
, hatchling
44
, pytestCheckHook
55
, bitstring
66
, cryptography
@@ -16,7 +16,7 @@ buildPythonPackage rec {
1616

1717
inherit (clightning) src;
1818

19-
nativeBuildInputs = [ poetry-core ];
19+
nativeBuildInputs = [ hatchling ];
2020

2121
propagatedBuildInputs = [
2222
bitstring
@@ -28,10 +28,7 @@ buildPythonPackage rec {
2828

2929
checkInputs = [ pytestCheckHook ];
3030

31-
postUnpack = "sourceRoot=$sourceRoot/contrib/pyln-proto";
31+
pythonNamespaces = [ "pyln" ];
3232

33-
postPatch = ''
34-
substituteInPlace pyproject.toml \
35-
--replace-fail 'cryptography = "^42"' 'cryptography = "44.0.2"'
36-
'';
33+
postUnpack = "sourceRoot=$sourceRoot/contrib/pyln-proto";
3734
}

test/nixos-search/flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)