3
0
Fork 0
forked from mirrors/nixpkgs

gpt2tc: fix url switching to web.archive.org

Upstream is no longer providing this source file.
This commit is contained in:
superherointj 2023-02-10 09:27:56 -03:00
parent e6582657fe
commit a7434576da

View file

@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
version = "2021-04-24";
src = fetchurl {
url = "https://bellard.org/libnc/gpt2tc-${version}.tar.gz";
hash = "sha256-kHnRziSNRewifM/oKDQwG27rXRvntuUUX8M+PUNHpA4=";
url = "https://web.archive.org/web/20220603034455/https://bellard.org/libnc/gpt2tc-2021-04-24.tar.gz";
hash = "sha256-6oTxnbBwjHAXVrWMjOQVwdODbqLRoinx00pi29ff5w0=";
};
patches = [