From 37578b911e95aa092c1897d38df3732301063fce Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Tue, 10 May 2022 10:49:53 -0400 Subject: [PATCH] rcshist: use webarchive of source tgz (#172339) Upstream archive has no version and is not reproducible. I doubt version 1.05 would ever appear, but still. Suggested-By: @SuperSandro2000 Co-authored-by: Dmitry Bogatov --- pkgs/applications/version-management/rcshist/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/rcshist/default.nix b/pkgs/applications/version-management/rcshist/default.nix index cd176972277..a9c7bbefc13 100644 --- a/pkgs/applications/version-management/rcshist/default.nix +++ b/pkgs/applications/version-management/rcshist/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation { version = "1.04"; src = fetchurl { - url = "https://invisible-island.net/datafiles/release/rcshist.tar.gz"; + url = "https://web.archive.org/web/20220508220019/https://invisible-island.net/datafiles/release/rcshist.tar.gz"; sha256 = "01ab3xwgm934lxr8bm758am3vxwx4hxx7cc9prbgqj5nh30vdg1n"; };