mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
kops: drop 1.21
This commit is contained in:
parent
28f8307a26
commit
c7e60ccfd1
@ -49,12 +49,6 @@ in
|
|||||||
rec {
|
rec {
|
||||||
mkKops = generic;
|
mkKops = generic;
|
||||||
|
|
||||||
kops_1_21 = mkKops rec {
|
|
||||||
version = "1.21.4";
|
|
||||||
sha256 = "sha256-f2xOVa3N/GH5IoI6H/QwDdKTeQoF/kEHX6lNytCZ9cs=";
|
|
||||||
rev = "v${version}";
|
|
||||||
};
|
|
||||||
|
|
||||||
kops_1_22 = mkKops rec {
|
kops_1_22 = mkKops rec {
|
||||||
version = "1.22.4";
|
version = "1.22.4";
|
||||||
sha256 = "sha256-osU7yI77ZALGrAGuP8qAgv+ogDRn+BSVmcjPbi/WEKE=";
|
sha256 = "sha256-osU7yI77ZALGrAGuP8qAgv+ogDRn+BSVmcjPbi/WEKE=";
|
||||||
|
Loading…
Reference in New Issue
Block a user