kops: drop 1.23

This commit is contained in:
Michael Adler
2023-03-20 10:15:47 +01:00
parent b6b51871b5
commit cea14e1d8d
2 changed files with 0 additions and 7 deletions
@@ -49,12 +49,6 @@ in
rec {
mkKops = generic;
kops_1_23 = mkKops rec {
version = "1.23.4";
sha256 = "sha256-hUj/kUyaqo8q3SJTkd5+9Ld8kfE8wCYNJ2qIATjXqhU=";
rev = "v${version}";
};
kops_1_24 = mkKops rec {
version = "1.24.3";
sha256 = "sha256-o84060P2aHTIm61lSkz2/GqzYd2NYk1zKgGdNaHlWfA=";
-1
View File
@@ -38200,7 +38200,6 @@ with pkgs;
# Exceptions are versions that we need to keep to allow upgrades from older NixOS releases
inherit (callPackage ../applications/networking/cluster/kops {})
mkKops
kops_1_23
kops_1_24
kops_1_25
;