Merge fort-nix/nix-bitcoin#446: rtl: 0.12.0 -> 0.12.1

2ca90961e3 rtl: 0.12.0 -> 0.12.1 (nixbitcoin)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 2ca90961e3

Tree-SHA512: f8a0e4934e8583dfb94135bdbfdead76fd5ef08ca59b7ff2ccd73cede128c8937238ddc3e82ef94e0b4de4e5e9bfd27bcecbf2f0198b1ce32ed3f29a09a01b84
This commit is contained in:
Jonas Nick 2022-01-24 13:16:23 +00:00
commit a313ffe58a
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
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"