diff --git a/pkgs/applications/networking/cluster/kubeconform/default.nix b/pkgs/applications/networking/cluster/kubeconform/default.nix index a46e89ecca6f..47c6451238d1 100644 --- a/pkgs/applications/networking/cluster/kubeconform/default.nix +++ b/pkgs/applications/networking/cluster/kubeconform/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "kubeconform"; - version = "0.5.0"; + version = "0.6.1"; src = fetchFromGitHub { owner = "yannh"; repo = pname; rev = "v${version}"; - sha256 = "sha256-YLPF8tR50gtiA608TLctKX54a7qf8LXjbkMr/GPJBSc="; + sha256 = "sha256-98wSFntt5ERbQ7URMlRz3iMTuL1beuX2nXbdWe+6Quw="; }; - vendorSha256 = null; + vendorHash = null; meta = with lib; { description = "A FAST Kubernetes manifests validator, with support for Custom Resources!";