mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
gpt2tc: fix url switching to web.archive.org
Upstream is no longer providing this source file.
This commit is contained in:
parent
e6582657fe
commit
a7434576da
@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
|
|||||||
version = "2021-04-24";
|
version = "2021-04-24";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://bellard.org/libnc/gpt2tc-${version}.tar.gz";
|
url = "https://web.archive.org/web/20220603034455/https://bellard.org/libnc/gpt2tc-2021-04-24.tar.gz";
|
||||||
hash = "sha256-kHnRziSNRewifM/oKDQwG27rXRvntuUUX8M+PUNHpA4=";
|
hash = "sha256-6oTxnbBwjHAXVrWMjOQVwdODbqLRoinx00pi29ff5w0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user