Skip to content

Commit

Permalink
Merge #619: clightning-rest: 0.10.3 -> 0.10.4
Browse files Browse the repository at this point in the history
edcf39d clightning-rest: 0.10.3 -> 0.10.4 (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK edcf39d

Tree-SHA512: 5614cd36e11542cb599a9c419fe91c67f847b55f4232d07421e8cbde8028134154d18e55b516c4e025543c24684f5d994df8cfaeaaa80e7a7b7e9f5a6b9570ad
  • Loading branch information
jonasnick committed Jun 24, 2023
2 parents 9a1ea4f + edcf39d commit 379b9a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/clightning-rest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
}:
let self = stdenvNoCC.mkDerivation {
pname = "clightning-rest";
version = "0.10.3";
version = "0.10.4";

src = fetchurl {
url = "https://github.com/Ride-The-Lightning/c-lightning-REST/archive/refs/tags/v${self.version}.tar.gz";
hash = "sha256-1yGKCLO+hTHJG+xNLnNeySU/Awk7DxqhXHJHQAjMgAs=";
hash = "sha256-oLTRiYVcR5ymYxK7kMGP0q2hjThxY7AH0aEo2WGwpcU=";
};

passthru = {
Expand All @@ -22,7 +22,7 @@ let self = stdenvNoCC.mkDerivation {

nodeModules = fetchNodeModules {
inherit (self) src nodejs;
hash = "sha256-s98VHqSWGP9eI4oKL8XMyszmxAcLOvElolF5OdtDKCA=";
hash = "sha256-C4hSNHZVR+Fubr1zM+aEygiqmk12mG1m596oRPxr4o4=";
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/clightning-rest/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"

version="0.10.3"
version="0.10.4"
repo=https://github.com/Ride-The-Lightning/c-lightning-REST

scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)
Expand Down

0 comments on commit 379b9a7

Please sign in to comment.