Loading pkgs/applications/networking/cluster/kubeconform/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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!"; Loading Loading
pkgs/applications/networking/cluster/kubeconform/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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!"; Loading