kops: 1.23.0 -> 1.23.1 (#169805)

This commit is contained in:
Eric Bailey 2022-04-22 13:26:57 -05:00 committed by GitHub
parent c75499ad9e
commit 3f27c0e57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,8 @@ rec {
};
kops_1_23 = mkKops rec {
version = "1.23.0";
sha256 = "sha256-tiVNUaW0an6C8M9bxEX5pvB/W5IjZ/S24RdPikzm3bc=";
version = "1.23.1";
sha256 = "sha256-SiseHs5cMj8DR1f6z9PTbtF/h3Bn9riiLWW5KMYwVUg=";
rev = "v${version}";
};
}