conftest: 0.39.1 -> 0.39.2

This commit is contained in:
R. Ryantm 2023-03-07 07:07:18 +00:00
parent 33c9fd85e5
commit 46b4fad03e

View File

@ -6,15 +6,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.39.1";
version = "0.39.2";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-CSvsHp89FugOQ0PLb26PH1nnw5bOVk7bU5q3lJh0HiU=";
hash = "sha256-QthFKdO68kFePAMQX239f4HJNG5ZkOyxEq6zmHuDNE4=";
};
vendorHash = "sha256-HMHG7vGfic9ZseTyM9Fs2fFsJzMTKjHpz67I+WkMJXk=";
vendorHash = "sha256-6JYn8o696uDKayw5zLoys5UNIFS2FK2LOZw62rgP72Y=";
ldflags = [
"-s"