Merge fort-nix/nix-bitcoin#828: rtl: 0.15.6 -> 0.15.7

74d3f3a58d rtl: 0.15.6 -> 0.15.7 (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK 74d3f3a58d

Tree-SHA512: 185aed45b3fdd33da87ad492b6c7b2b5f3639a1e5850f3809513c206af622a746f465daeec34d8418b749432494c4d3b43b0dc81276c938c2066f3b234e4d8f5
This commit is contained in:
Jonas Nick
2026-02-09 14:21:14 +00:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9,11 +9,11 @@
}: }:
let self = stdenvNoCC.mkDerivation { let self = stdenvNoCC.mkDerivation {
pname = "rtl"; pname = "rtl";
version = "0.15.6"; version = "0.15.7";
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-99Nn07gOKaasdV0OW+92EOHnpyoGhLUEVhrMrMlXFiU="; hash = "sha256-q+opzkoCiR/HPJzT1YDOonoY5dqskxWDvMpDRYVuauM=";
}; };
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-hWG5T1m0UoE/54fCPVGBJZiP3IIcqBRv/oeud1neG38="; hash = "sha256-4rjYC6VCR0dyoFMwyh+obwEB0ta2LSaDU25IruOLo1Q=";
}; };
}; };
+1 -1
View File
@@ -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.6" version="0.15.7"
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)