Unverified Commit 7eba1855 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

conftest: 0.40.0 -> 0.41.0
parents 27eae141 2f4865a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"