Unverified Commit 2e93d4a0 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #313577 from r-ryantm/auto-update/kops

kops: 1.28.4 -> 1.29.0
parents 543582d5 346073c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@ rec {
  };

  kops_1_28 = mkKops rec {
    version = "1.28.4";
    sha256 = "sha256-nknsrLdV7tQKLOir5RM3LRhTS+dyiAc1GjbByJzjwCo=";
    version = "1.29.0";
    sha256 = "sha256-YneB9pc4IR+tYPRFE5CS+4JK/kPOHMo5/70A3k1x1tg=";
    rev = "v${version}";
  };
}