Commit 3c4477c3 authored by R. RyanTM's avatar R. RyanTM Committed by Eric Bailey
Browse files

kops: 1.28.2 -> 1.28.3

parent 66a9817c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,8 +61,8 @@ rec {
  };

  kops_1_28 = mkKops rec {
    version = "1.28.2";
    sha256 = "sha256-l8budNU+sXZY/hA6jluM+s5pA43j0stQM5vmkwDPuio=";
    version = "1.28.3";
    sha256 = "sha256-pkHTVAssNDjMHpdRxqPCNwG2of8TKIzZN0uqk+hPZSA=";
    rev = "v${version}";
  };
}