kops: 1.20.1 -> 1.20.2 (#128801)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Changed files
+2 -2
pkgs
applications
networking
cluster
+2 -2
pkgs/applications/networking/cluster/kops/default.nix
···
};
kops_1_20 = mkKops rec {
-
version = "1.20.1";
-
sha256 = "sha256-k6ODXbh7Bh+rBw6bjSNLxLY0fz7JLnrmJibnXz5qnSc=";
+
version = "1.20.2";
+
sha256 = "011ib3xkj6nn7qax8d0ns8y4jhkwwmry1qnzxklvzssaxhmzs557";
rev = "v${version}";
};
}