Skip to content

Commit

Permalink
rtl: 0.15.2 -> 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed Dec 13, 2024
1 parent ff847d5 commit 50cafca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/rtl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
}:
let self = stdenvNoCC.mkDerivation {
pname = "rtl";
version = "0.15.2";
version = "0.15.4";

src = fetchurl {
url = "https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v${self.version}.tar.gz";
hash = "sha256-8Scgrr1An8vwiVgDFxVP6FQksqd6ctwZN2W2ErPp39Y=";
hash = "sha256-vHno0vMtT5fjtDG2hWGDZP2a34JrFWvqfIgIgvOTv08=";
};

passthru = {
Expand All @@ -25,7 +25,7 @@ let self = stdenvNoCC.mkDerivation {
# TODO-EXTERNAL: Remove `npmFlags` when no longer required
# See: https://github.com/Ride-The-Lightning/RTL/issues/1182
npmFlags = "--legacy-peer-deps";
hash = "sha256-LIKZOHc8FqvVX5LCJrq9Z76ZoyXLYiYsPIj6IieBWho=";
hash = "sha256-1x2IukpS85hEw3nmHl1dxNF5mXDmEX6H8pHve/MxWks=";
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/rtl/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.15.2"
version="0.15.4"
repo=https://github.com/Ride-The-Lightning/RTL

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

0 comments on commit 50cafca

Please # to comment.