kubeconform: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm 2023-11-21 06:28:44 +00:00
parent 1156cd9e9b
commit 8bcedceaea

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubeconform";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "yannh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Tu1hAWAqnTGq9NL0kjG2VGzSKDh55HyAoa0nhsJdNLw=";
sha256 = "sha256-PUZ3zwgOQ362ikoX1D7SLThiaFpXJh9TKOdjZqZDtSg=";
};
vendorHash = null;