Skip to content

Commit

Permalink
albyhub: update ldk-node and remove Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bleetube committed Mar 11, 2025
1 parent ab84d36 commit e0c0481
Show file tree
Hide file tree
Showing 4 changed files with 991 additions and 3,477 deletions.
11 changes: 2 additions & 9 deletions pkgs/by-name/al/albyhub/ldk-node-go/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,17 @@
buildGoModule,
fetchFromGitHub,
stdenv,
# ldkNode,
callPackage,
...
ldkNode,
}:

let
ldkNode = callPackage ../ldk-node { };
in

buildGoModule rec {
pname = "ldk-node-go";
version = "8911834564db720e9b22950441df706d69622d81";

src = fetchFromGitHub {
owner = "getAlby";
repo = "ldk-node-go";
rev = "8911834564db720e9b22950441df706d69622d81";
rev = version;
hash = "sha256-vjXpvjPZlxOiTrcEbQW8YTnpQx7XbmPqYda+8UYyUvE=";
};

Expand All @@ -34,7 +28,6 @@ buildGoModule rec {
ldkNode
];

# Ensure this package provides its library to dependent packages
propagatedBuildInputs = [ ldkNode ];

meta = {
Expand Down
Loading

0 comments on commit e0c0481

Please sign in to comment.