File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99} :
1010let 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
Original file line number Diff line number Diff line change 22set -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 "
66repo=https://github.com/Ride-The-Lightning/RTL
77
88scriptDir=$( cd " ${BASH_SOURCE[0]%/* } " && pwd)
You can’t perform that action at this time.
0 commit comments