kops: 1.20.1 -> 1.20.2 (#128801)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Eric Bailey 2021-07-06 09:15:52 -05:00 committed by GitHub
parent f879395bd9
commit f655a77ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ rec {
};
kops_1_20 = mkKops rec {
version = "1.20.1";
sha256 = "sha256-k6ODXbh7Bh+rBw6bjSNLxLY0fz7JLnrmJibnXz5qnSc=";
version = "1.20.2";
sha256 = "011ib3xkj6nn7qax8d0ns8y4jhkwwmry1qnzxklvzssaxhmzs557";
rev = "v${version}";
};
}