3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #196455 from r-ryantm/auto-update/kubeconform

kubeconform: 0.4.14 -> 0.5.0
This commit is contained in:
Mario Rodas 2022-10-22 06:21:07 -05:00 committed by GitHub
commit 5fb9c6b963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubeconform";
version = "0.4.14";
version = "0.5.0";
src = fetchFromGitHub {
owner = "yannh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iLZhd1e4i6omyGhOvRJ/VsHehpAPfPHnypXru5Ruv0o=";
sha256 = "sha256-YLPF8tR50gtiA608TLctKX54a7qf8LXjbkMr/GPJBSc=";
};
vendorSha256 = null;