Skip to content

Commit

Permalink
Merge #706: clightning-plugins: update package
Browse files Browse the repository at this point in the history
211ae9a clightning-plugins: update package (Jonas Nick)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 211ae9a

Tree-SHA512: 9a4ad830a074ac81aead7cb36a029fa8f6999f31305af46d4da2487b90f2c57b2c2cb7b1e8b0b29c09dfed3d6ae42e5e89f7da200c3c61e4ee72de2046eca4ae
  • Loading branch information
jonasnick committed Jun 6, 2024
2 parents e21a687 + 211ae9a commit efd8ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/clightning-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ let
src = pkgs.fetchFromGitHub {
owner = "lightningd";
repo = "plugins";
rev = "83a80d134ecb2adc6647235d56195332e846f5cb";
sha256 = "1vwsvrak2jkcdfcaj426z4qk8shpkqhrqlfnb9i43w24ry7sqzy1";
rev = "c0ba9dc3273923c427053eec0c343776793a81c0";
sha256 = "1hdiikm8m3azd16fpgcbj7fcg1d7f8l4kvj1763vikg85khzlrcv";
};

version = builtins.substring 0 7 src.rev;
Expand Down

0 comments on commit efd8ea7

Please sign in to comment.