Commit 5ed32376 authored by Eric Bailey's avatar Eric Bailey
Browse files

Revert "kops: 1.29.2 -> 1.30.1 (#344817)"

This reverts commit cb710f36.
parent 73f76c98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@ rec {
  };

  kops_1_29 = mkKops rec {
    version = "1.30.1";
    sha256 = "sha256-aj2OnjkXlBEH830RoJiAlhiFfS1zjVoX38PrsgAaB7A=";
    version = "1.29.2";
    sha256 = "sha256-SRj0x9N+yfTG/UL/hu1ds46Zt6d5SUYU0PA9lPHO6jQ=";
    rev = "v${version}";
  };