conftest: 0.33.0 -> 0.33.1

This commit is contained in:
R. Ryantm 2022-07-11 04:01:20 +00:00
parent 0dc7730340
commit 26382865b3

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.33.0";
version = "0.33.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "v${version}";
sha256 = "sha256-0MS2Ra+3RhBLE3qWfoMihc1PvyK4wzsoeFIKPucjlJQ=";
sha256 = "sha256-ok6fBdT0YWXnl8JR/uszUzFM+gJR7LTtOSgGaXvuY88=";
};
vendorSha256 = "sha256-oYAU2YuIAxwy/uOkOEgCKazSJlttKdHV+KUYV0WXOn8=";
vendorSha256 = "sha256-WGrvYPNnHNpsjTxgK8Y/94ELH/peGv7OwZCBFr1UMKk=";
ldflags = [
"-s"