conftest: 0.41.0 -> 0.42.1

This commit is contained in:
R. Ryantm 2023-05-08 10:50:41 +00:00
parent 884ffbd847
commit 1366148e2c

View file

@ -6,15 +6,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.41.0";
version = "0.42.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-uT0IpoBC4gxshjiKMwzZUApudHCGGh1AF+d6DKJ9GXo=";
hash = "sha256-G17ehJlWLiFgH7g4KBzr/MJfP27/F2ESPOEMsHdVh7s=";
};
vendorHash = "sha256-ucHMCKwtei+2r8P5BdcRPyLqYNStBo8jYOdVI+0adas=";
vendorHash = "sha256-v+OElsOgA5yzs9zOEntpCHIzekmANWTyYjIbsfjzkwo=";
ldflags = [
"-s"