3
0
Fork 0
forked from mirrors/nixpkgs

kops: 1.25.1 -> 1.25.2

This commit is contained in:
R. Ryantm 2022-10-19 14:04:43 +00:00 committed by Eric Bailey
parent b4ee59329a
commit 36c55f76ff

View file

@ -62,8 +62,8 @@ rec {
};
kops_1_25 = mkKops rec {
version = "1.25.1";
sha256 = "sha256-wKmEdcORXBKQ1AjYr0tNimxs//tSNPO3VQpEPC2mieA=";
version = "1.25.2";
sha256 = "sha256-JJGb12uuOvZQ+bA82nrs9vKRT2hEvnPrOH8XNHfYVD8=";
rev = "v${version}";
};
}