3
0
Fork 0
forked from mirrors/nixpkgs

conftest: 0.42.1 -> 0.43.1

This commit is contained in:
R. Ryantm 2023-06-18 12:25:55 +00:00
parent d7bc334a6c
commit ad3a1d4e46

View file

@ -6,15 +6,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.42.1";
version = "0.43.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-G17ehJlWLiFgH7g4KBzr/MJfP27/F2ESPOEMsHdVh7s=";
hash = "sha256-5eMl6dvEW5CCSIgz/o3T7iwk1EuKMuGMifX8ECHf9Oc=";
};
vendorHash = "sha256-v+OElsOgA5yzs9zOEntpCHIzekmANWTyYjIbsfjzkwo=";
vendorHash = "sha256-pP9Rv23ra3Cv5ZzL8E4/B/T2FQd2vRqIjKmWrINwUjc=";
ldflags = [
"-s"