Merge pull request #258862 from r-ryantm/auto-update/conftest

conftest: 0.45.0 -> 0.46.0
This commit is contained in:
Nick Cao 2023-10-03 19:16:02 -04:00 committed by GitHub
commit 72888446e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,15 +6,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.45.0";
version = "0.46.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-e8aKjW1SCpmYcfiI1uH5tOjmQqS5kbhPEtRVR/FeWwA=";
hash = "sha256-51OGcic3clPYjj4bmiRVmViqJUEuwzkTtNl9U3OPAdI=";
};
vendorHash = "sha256-kSweCT/8boHb6Go18FBpLtbYI0unUU59QWLgQCrbpfs=";
vendorHash = "sha256-nDRg1gF6igE2FJ+s39j5EQ5/h9QkuSF2Bo9zxR3WkBE=";
ldflags = [
"-s"