Merge pull request #122013 from DiegoLelis/kops

kops_1_19: init at 1.19.2
This commit is contained in:
Jonas Chevalier 2021-05-11 15:38:19 +02:00 committed by GitHub
commit 9285be37b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -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}";
};
}

View File

@ -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 { };