conftest: 0.36.0 -> 0.37.0

This commit is contained in:
R. Ryantm 2023-01-08 12:20:23 +00:00
parent 46ee37ca1d
commit f099ce6bf8

View File

@ -6,15 +6,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.36.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-MzvCMPGg2FYInyXcTh/Y7RhhxH4Z7Y3m4Hkni1hi8wI=";
hash = "sha256-zJvBa7LIm14HI8//J3mfnXb506O3EJ7zrypMYni287Y=";
};
vendorHash = "sha256-Dl+ErHyHBf5KbHs7H6RmXT0cMIAQ6hReX4aGsoggWbo=";
vendorHash = "sha256-A0rEPfNMrb/Z7Y5j1uf9Q5uYqnvyxy0D0p7USyhf2DU=";
ldflags = [
"-s"