kops_1_28: 1.28.1 -> 1.28.2 (#276139)

This commit is contained in:
R. RyanTM 2023-12-23 09:03:50 -08:00 committed by GitHub
parent 19b76cbd43
commit a82cf5d7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,8 +61,8 @@ rec {
};
kops_1_28 = mkKops rec {
version = "1.28.1";
sha256 = "sha256-jVaSqBdxg70XODwmFIpufJGXqB4r0UfNc/J+ZnjkhDU=";
version = "1.28.2";
sha256 = "sha256-l8budNU+sXZY/hA6jluM+s5pA43j0stQM5vmkwDPuio=";
rev = "v${version}";
};
}