summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorDmitry Bogatov <github-v1@kaction.cc>2022-05-10 10:49:53 -0400
committerGitHub <noreply@github.com>2022-05-10 16:49:53 +0200
commit37578b911e95aa092c1897d38df3732301063fce (patch)
tree60d8a221f17c6b0e58cba30d20fb331ab7c4ac92 /pkgs/applications/version-management
parent74c9d7985b2a6457aa7e42a1aa71db3ec3e85cb8 (diff)
downloadnixpkgs-37578b911e95aa092c1897d38df3732301063fce.tar
nixpkgs-37578b911e95aa092c1897d38df3732301063fce.tar.gz
nixpkgs-37578b911e95aa092c1897d38df3732301063fce.tar.bz2
nixpkgs-37578b911e95aa092c1897d38df3732301063fce.tar.lz
nixpkgs-37578b911e95aa092c1897d38df3732301063fce.tar.xz
nixpkgs-37578b911e95aa092c1897d38df3732301063fce.tar.zst
nixpkgs-37578b911e95aa092c1897d38df3732301063fce.zip
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 <git#v1@kaction.cc>
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/rcshist/default.nix2
1 files changed, 1 insertions, 1 deletions
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";
   };