conftest: 0.32.0 -> 0.32.1

This commit is contained in:
06kellyjac 2022-06-17 13:58:03 +01:00
parent dcaa5dca4f
commit acddbacee4

View file

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.32.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "v${version}";
sha256 = "sha256-fPg3376QtbjrUJWZxjRqEFL2cWy1xb7vUX1Lfp5WFmY=";
sha256 = "sha256-lmz5ALGvTwPiz0PaGYlL3UTd6tYgO5rpUHXFoLKgS7E=";
};
vendorSha256 = "sha256-/RfIjCI2RMktUSVEoyJqMwdmlW6lGvXanX7RBxiaTyE=";
vendorSha256 = "sha256-Y0S759iPSU7kboa9GxC56QR3caOG9gEmEG44B1Lp3w4=";
ldflags = [
"-s"