summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-10 16:31:35 -0300
committerGitHub <noreply@github.com>2023-02-10 16:31:35 -0300
commit33fee416a613be3b05df6f8932dd81cb92c6cfd0 (patch)
tree743e8495ca5ca963c3bb3356c47ccb8ab13a98b0
parentMerge pull request #214396 from nikstur/systemd-repart (diff)
parentgpt2tc: fix url switching to web.archive.org (diff)
downloadnixpkgs-33fee416a613be3b05df6f8932dd81cb92c6cfd0.tar.gz
Merge pull request #215681 from superherointj/fix-gpt2tc-fetch-url
gpt2tc: fix url switching to web.archive.org
-rw-r--r--pkgs/tools/text/gpt2tc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/gpt2tc/default.nix b/pkgs/tools/text/gpt2tc/default.nix
index 93cf684c1990..ee78451aae8d 100644
--- a/pkgs/tools/text/gpt2tc/default.nix
+++ b/pkgs/tools/text/gpt2tc/default.nix
@@ -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 = [