Commit 84e1257d authored by R. RyanTM's avatar R. RyanTM
Browse files

kubeconform: 0.6.4 -> 0.6.5

parent 0c9055e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "kubeconform";
  version = "0.6.4";
  version = "0.6.5";

  src = fetchFromGitHub {
    owner = "yannh";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-PUZ3zwgOQ362ikoX1D7SLThiaFpXJh9TKOdjZqZDtSg=";
    sha256 = "sha256-4rHEkzoO0AuuFB6G/z1WjGqfYMaHF3Z1YDAhIbBVCts=";
  };

  vendorHash = null;