kops: drop 1.23
This commit is contained in:
@@ -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=";
|
||||
|
||||
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user