Skip to content

Commit

Permalink
Merge pull request #120538 from j4m3s-s/update-kubeconform
Browse files Browse the repository at this point in the history
kubeconform: 0.4.6 -> 0.4.7
  • Loading branch information
SuperSandro2000 committed Apr 25, 2021
2 parents 73d9e09 + 5577ad5 commit 6174e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kubeconform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "kubeconform";
version = "0.4.6";
version = "0.4.7";

src = fetchFromGitHub {
owner = "yannh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lduHYYskEPUimEX54ymOyo5jY7GGBB42YTefDMNS4qo=";
sha256 = "sha256-ahVdKMx3u2KnJ30wi9rV8JCVg9wPmbgdrtG8IpWWlCs=";
};

vendorSha256 = null;
Expand Down

0 comments on commit 6174e54

Please sign in to comment.