kops: 1.24.0 -> 1.24.1 (#183803)

https://github.com/kubernetes/kops/releases/tag/v1.24.1
This commit is contained in:
Dawid Ciężarkiewicz 2022-08-01 07:44:31 -07:00 committed by GitHub
parent 34d7d2c4df
commit f48f608f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,8 +62,8 @@ rec {
};
kops_1_24 = mkKops rec {
version = "1.24.0";
sha256 = "sha256-4vvmwqsRSu8hZZE7fZUTv9v19wRtJvA5IX5w9jr5pEI=";
version = "1.24.1";
sha256 = "sha256-rePNCk76/j6ssvi+gSvxn4GqoW/QovTFCJ0rj2Dd+0A=";
rev = "v${version}";
};