rtl: 0.14.1 -> 0.15.4

This commit is contained in:
Erik Arvstedt 2024-10-10 12:13:13 +02:00
parent e74ddd9464
commit 4e9c153f9c
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
set -euo pipefail
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"
version="0.14.1"
version="0.15.2"
repo=https://github.com/Ride-The-Lightning/RTL
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)