Merge pull request #122013 from DiegoLelis/kops
kops_1_19: init at 1.19.2
This commit is contained in:
commit
9285be37b8
@ -44,7 +44,7 @@ let
|
||||
homepage = "https://github.com/kubernetes/kops";
|
||||
changelog = "https://github.com/kubernetes/kops/tree/master/docs/releases";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ offline zimbatm ];
|
||||
maintainers = with maintainers; [ offline zimbatm diegolelis ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
} // attrs';
|
||||
@ -63,9 +63,14 @@ rec {
|
||||
sha256 = "0fmrzjz163hda6sl1jkl7cmg8fw6mmqb9953048jnhmd3w428xlz";
|
||||
};
|
||||
|
||||
kops_1_18 = mkKops rec {
|
||||
kops_1_18 = mkKops {
|
||||
version = "1.18.2";
|
||||
sha256 = "17na83j6sfhk69w9ssvicc0xd1904z952ad3zzbpha50lcy6nlhp";
|
||||
};
|
||||
|
||||
kops_1_19 = mkKops rec {
|
||||
version = "1.19.2";
|
||||
sha256 = "15csxih1xy8myky37n5dyzp5mc31pc4bq9asaw6zz51mgw8ad5r9";
|
||||
rev = "v${version}";
|
||||
};
|
||||
}
|
||||
|
@ -30116,8 +30116,9 @@ in
|
||||
kops_1_16
|
||||
kops_1_17
|
||||
kops_1_18
|
||||
kops_1_19
|
||||
;
|
||||
kops = kops_1_18;
|
||||
kops = kops_1_19;
|
||||
|
||||
lguf-brightness = callPackage ../misc/lguf-brightness { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user