rtl: 0.12.0 -> 0.12.1

This commit is contained in:
nixbitcoin 2022-01-24 11:54:52 +00:00
parent f8ce24647e
commit 2ca90961e3
No known key found for this signature in database
GPG Key ID: B6044ECBA2DAE5D0
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ set -euo pipefail
TMPDIR="$(mktemp -d -p /tmp)"
trap "rm -rf $TMPDIR" EXIT
version="0.12.0"
version="0.12.1"
repo=https://github.com/Ride-The-Lightning/RTL
# Fetch and verify source tarball

View File

@ -3590,10 +3590,10 @@ let
args = {
name = "rtl";
packageName = "rtl";
version = "0.12.0-beta";
version = "0.12.1-beta";
src = fetchurl {
url = "https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v0.12.0.tar.gz";
hash = "sha256-1exj96hDQllyirE7uqjVAOB00TzspOI4/QdAKDOmFQM=";
url = "https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v0.12.1.tar.gz";
hash = "sha256-PNv4kipeaTKrk+LjBzaUjOiEdYeB7P463ojXsUmlgc0=";
};
dependencies = [
sources."@angular/animations-13.0.3"