conftest: 0.51.0 -> 0.52.0

This commit is contained in:
R. Ryantm 2024-04-30 01:43:24 +00:00
parent 8cf34f783f
commit d2595da231

View File

@ -6,15 +6,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.51.0";
version = "0.52.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-1jMVb1Hip7ljmt4WtFg3Qa2/rse2sjISTe3SUS5UCTo=";
hash = "sha256-TjBBKFWyqrqeiddAn5SDiLZ4HirWC4vYwIEA43IFSxY=";
};
vendorHash = "sha256-Yw5p2mTTkYvRjeuF9owirohyClSS3j1gKVg8Ma2NIa8=";
vendorHash = "sha256-wQBeKPT/MSTd89UmtwKH7uX3sv7x1N5MXMKo/DZRmBk=";
ldflags = [
"-s"