about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-03-23 22:42:00 +0000
committerGitHub <noreply@github.com>2022-03-23 22:42:00 +0000
commit0c31adefdc333664cb501636a3b06b2bc3c8dc63 (patch)
treef3fb119051a76242fd542b284f64a24ba311ac54 /pkgs/top-level/aliases.nix
parent754b633e5c17a1cbd20522fa840e4702ac20843c (diff)
parent733068d254fbe76a39f1c0c80252e7be4bf85a32 (diff)
downloadnixlib-0c31adefdc333664cb501636a3b06b2bc3c8dc63.tar
nixlib-0c31adefdc333664cb501636a3b06b2bc3c8dc63.tar.gz
nixlib-0c31adefdc333664cb501636a3b06b2bc3c8dc63.tar.bz2
nixlib-0c31adefdc333664cb501636a3b06b2bc3c8dc63.tar.lz
nixlib-0c31adefdc333664cb501636a3b06b2bc3c8dc63.tar.xz
nixlib-0c31adefdc333664cb501636a3b06b2bc3c8dc63.tar.zst
nixlib-0c31adefdc333664cb501636a3b06b2bc3c8dc63.zip
Merge pull request #164526 from helsinki-systems/upd/varnish
varnish: 7.0.2 -> 7.1.0
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 6c1473d9c977..2731c0bd3fc7 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1263,6 +1263,7 @@ mapAliases ({
   varnish62 = throw "varnish62 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release"; # Added 2021-07-26
   varnish63 = throw "varnish63 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release"; # Added 2021-07-26
   varnish65 = throw "varnish65 was removed from nixpkgs, because it is unmaintained upstream. Please switch to a different release"; # Added 2021-09-15
+  varnish70 = throw "varnish70 was removed from nixpkgs, because it was superseded upstream. Please switch to a different release"; # Added 2022-03-17
   vdirsyncerStable  = vdirsyncer; # Added 2020-11-08, see https://github.com/NixOS/nixpkgs/issues/103026#issuecomment-723428168
   venus = throw "venus has been removed from nixpkgs, as it's unmaintained"; # Added 2021-02-05
   vimbWrapper = throw "'vimbWrapper' has been renamed to/replaced by 'vimb'"; # Converted to throw 2022-02-22