Skip to content

Commit

Permalink
conftest: 0.51.0 -> 0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 30, 2024
1 parent 8cf34f7 commit d2595da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/conftest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

buildGoModule rec {
pname = "conftest";
version = "0.51.0";
version = "0.52.0";

src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-1jMVb1Hip7ljmt4WtFg3Qa2/rse2sjISTe3SUS5UCTo=";
hash = "sha256-TjBBKFWyqrqeiddAn5SDiLZ4HirWC4vYwIEA43IFSxY=";
};
vendorHash = "sha256-Yw5p2mTTkYvRjeuF9owirohyClSS3j1gKVg8Ma2NIa8=";
vendorHash = "sha256-wQBeKPT/MSTd89UmtwKH7uX3sv7x1N5MXMKo/DZRmBk=";

ldflags = [
"-s"
Expand Down

0 comments on commit d2595da

Please sign in to comment.