conftest: 0.40.0 -> 0.41.0

This commit is contained in:
R. Ryantm 2023-04-05 21:00:28 +00:00
parent 37e8b04cc7
commit 2f4865a51a

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"