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

conftest: 0.40.0 -> 0.41.0
This commit is contained in:
Mario Rodas 2023-04-07 10:35:56 -05:00 committed by GitHub
commit 7eba185555
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.40.0";
version = "0.41.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-4rAu81f2ZkYbK+DQHXlAwFexauWWEo+XaPfcrP2/pbQ=";
hash = "sha256-uT0IpoBC4gxshjiKMwzZUApudHCGGh1AF+d6DKJ9GXo=";
};
vendorHash = "sha256-4geHr4bbvnKViC754YznhR33wXbkUxwlV5NNjwhpssY=";
vendorHash = "sha256-ucHMCKwtei+2r8P5BdcRPyLqYNStBo8jYOdVI+0adas=";
ldflags = [
"-s"