Merge fort-nix/nix-bitcoin#808: rtl: 0.15.5 -> 0.15.6
454f6ad9fartl: 0.15.5 -> 0.15.6 (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK454f6ad9faTree-SHA512: 075ac5330f4b32218829779e97094de354195fcc143b8b5ac1bd0be1fdf2a357290ebf0a5661d18df5177b095b37c7f0e41b80c0b18afdf7793c9543a52e0a27
This commit is contained in:
commit
508a26f1f1
2 changed files with 4 additions and 4 deletions
|
|
@ -9,11 +9,11 @@
|
||||||
}:
|
}:
|
||||||
let self = stdenvNoCC.mkDerivation {
|
let self = stdenvNoCC.mkDerivation {
|
||||||
pname = "rtl";
|
pname = "rtl";
|
||||||
version = "0.15.5";
|
version = "0.15.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v${self.version}.tar.gz";
|
url = "https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v${self.version}.tar.gz";
|
||||||
hash = "sha256-qwXiMsE5lyFTpV5rbIOEmBPtcMkYteMr/W5LDHlIbus=";
|
hash = "sha256-99Nn07gOKaasdV0OW+92EOHnpyoGhLUEVhrMrMlXFiU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
@ -25,7 +25,7 @@ let self = stdenvNoCC.mkDerivation {
|
||||||
# TODO-EXTERNAL: Remove `npmFlags` when no longer required
|
# TODO-EXTERNAL: Remove `npmFlags` when no longer required
|
||||||
# See: https://github.com/Ride-The-Lightning/RTL/issues/1182
|
# See: https://github.com/Ride-The-Lightning/RTL/issues/1182
|
||||||
npmFlags = "--legacy-peer-deps";
|
npmFlags = "--legacy-peer-deps";
|
||||||
hash = "sha256-gG99Sv72Wme8jZm959MyASZl9h1zQAqiReWa9XoTSJk=";
|
hash = "sha256-hWG5T1m0UoE/54fCPVGBJZiP3IIcqBRv/oeud1neG38=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"
|
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"
|
||||||
|
|
||||||
version="0.15.5"
|
version="0.15.6"
|
||||||
repo=https://github.com/Ride-The-Lightning/RTL
|
repo=https://github.com/Ride-The-Lightning/RTL
|
||||||
|
|
||||||
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)
|
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue