Skip to content

Commit b53eefd

Browse files
committed
Merge #799: rtl: 0.15.4 -> 0.15.5
84028a2 rtl: 0.15.4 -> 0.15.5 (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK 84028a2 Tree-SHA512: 747bf94c1f8a15af9973b61292a150f0971c68d5ef3e344c4a7e7ce2c3a6e81740e68c81548141a108c58963e73c183d9e4385106f47772fab5027d89309ad2e
2 parents e2ca2e4 + 84028a2 commit b53eefd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/rtl/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}:
1010
let self = stdenvNoCC.mkDerivation {
1111
pname = "rtl";
12-
version = "0.15.4";
12+
version = "0.15.5";
1313

1414
src = fetchurl {
1515
url = "https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v${self.version}.tar.gz";
16-
hash = "sha256-vHno0vMtT5fjtDG2hWGDZP2a34JrFWvqfIgIgvOTv08=";
16+
hash = "sha256-qwXiMsE5lyFTpV5rbIOEmBPtcMkYteMr/W5LDHlIbus=";
1717
};
1818

1919
passthru = {
@@ -25,7 +25,7 @@ let self = stdenvNoCC.mkDerivation {
2525
# TODO-EXTERNAL: Remove `npmFlags` when no longer required
2626
# See: https://github.com/Ride-The-Lightning/RTL/issues/1182
2727
npmFlags = "--legacy-peer-deps";
28-
hash = "sha256-1x2IukpS85hEw3nmHl1dxNF5mXDmEX6H8pHve/MxWks=";
28+
hash = "sha256-gG99Sv72Wme8jZm959MyASZl9h1zQAqiReWa9XoTSJk=";
2929
};
3030
};
3131

pkgs/rtl/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"
44

5-
version="0.15.4"
5+
version="0.15.5"
66
repo=https://github.com/Ride-The-Lightning/RTL
77

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

0 commit comments

Comments
 (0)