Merge pull request #253044 from kashw2/conftest

conftest: 0.44.1 -> 0.45.0
This commit is contained in:
Nick Cao 2023-09-03 09:23:33 -04:00 committed by GitHub
commit fb5418cefa
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.44.1";
version = "0.45.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-a/5g5USbK8Bat+V3vecuHVlh3e0omqWYrKe2rFTxxnM=";
hash = "sha256-e8aKjW1SCpmYcfiI1uH5tOjmQqS5kbhPEtRVR/FeWwA=";
};
vendorHash = "sha256-Q0bV6ePjQiIzYXB7sEiAYZ9kIbErPsoAXQqdMt8Xd10=";
vendorHash = "sha256-kSweCT/8boHb6Go18FBpLtbYI0unUU59QWLgQCrbpfs=";
ldflags = [
"-s"