forked from mirrors/nixpkgs
kops_1_13: init at 1.13.0
This commit is contained in:
parent
2f99b0d605
commit
48395480f7
|
@ -54,4 +54,9 @@ in rec {
|
|||
version = "1.12.3";
|
||||
sha256 = "0rpbaz54l5v1z7ab5kpxcb4jyakkl5ysgz1sxajqmw2d6dvf7xly";
|
||||
};
|
||||
|
||||
kops_1_13 = mkKops {
|
||||
version = "1.13.0";
|
||||
sha256 = "04kbbg3gqzwzzzq1lmnpw2gqky3pfwfk7pc0laxv2yssk9wac5k1";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23638,8 +23638,9 @@ in
|
|||
inherit (callPackage ../applications/networking/cluster/kops {})
|
||||
mkKops
|
||||
kops_1_12
|
||||
kops_1_13
|
||||
;
|
||||
kops = kops_1_12;
|
||||
kops = kops_1_13;
|
||||
|
||||
lguf-brightness = callPackage ../misc/lguf-brightness { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue