0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

kops_1_30: 1.30.1 -> 1.30.2 (#359489)

This commit is contained in:
Wolfgang Walther 2024-12-08 18:36:00 +01:00 committed by GitHub
commit b7b3589f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,8 +68,8 @@ rec {
};
kops_1_30 = mkKops rec {
version = "1.30.1";
sha256 = "sha256-aj2OnjkXlBEH830RoJiAlhiFfS1zjVoX38PrsgAaB7A=";
version = "1.30.2";
sha256 = "sha256-id4I4PLZC1qvhlvAZFVB1vQM8/HDC4IGqXet/KelNvU=";
rev = "v${version}";
};
}