From 69755305a9e8c0006aef3094cd49ed4b02878e1a Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Tue, 2 Feb 2021 11:18:15 +0800 Subject: [PATCH] rename cargosha256.nix to differentiate the binaries * nixpkgs 20.09 imposes that cargoSha256 also depends on the package name, while https://git.m-labs.hk/M-Labs/nix-scripts/commit/726ee7aa82f812f40f631b7c4e7040d84a1b627a changes the package name from "stabilizer" to "stabilizer-dual-iir". Thus, the cargoSha256 value also needed to be updated. --- cargosha256-dual-iir.nix | 1 + cargosha256.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 cargosha256-dual-iir.nix delete mode 100644 cargosha256.nix diff --git a/cargosha256-dual-iir.nix b/cargosha256-dual-iir.nix new file mode 100644 index 0000000..093bee6 --- /dev/null +++ b/cargosha256-dual-iir.nix @@ -0,0 +1 @@ +"1hzli0970p8w70mdzic0qgmpdnz2l8zchzf86fadnvpvr1y1yb4q" diff --git a/cargosha256.nix b/cargosha256.nix deleted file mode 100644 index cb6b230..0000000 --- a/cargosha256.nix +++ /dev/null @@ -1 +0,0 @@ -"1hz1s4hbdrxzhmxg3hvzv1n9xnz4h3l76411ch8c664csr9spv2r"