kops: 1.28.3 -> 1.28.4

This commit is contained in:
R. Ryantm 2024-02-03 09:02:26 +00:00 committed by Eric Bailey
parent 7072592b62
commit 47714978b1

View File

@ -61,8 +61,8 @@ rec {
}; };
kops_1_28 = mkKops rec { kops_1_28 = mkKops rec {
version = "1.28.3"; version = "1.28.4";
sha256 = "sha256-pkHTVAssNDjMHpdRxqPCNwG2of8TKIzZN0uqk+hPZSA="; sha256 = "sha256-nknsrLdV7tQKLOir5RM3LRhTS+dyiAc1GjbByJzjwCo=";
rev = "v${version}"; rev = "v${version}";
}; };
} }