conftest: 0.35.0 -> 0.36.0

This commit is contained in:
R. Ryantm 2022-12-02 06:10:12 +00:00
parent 4c5c40f176
commit cc7557c35d

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.35.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "v${version}";
sha256 = "sha256-rcc4Ziktoq1ZNWdCNxoNtthLzKoMYFOH/dBg2KNQVGY=";
sha256 = "sha256-MzvCMPGg2FYInyXcTh/Y7RhhxH4Z7Y3m4Hkni1hi8wI=";
};
vendorSha256 = "sha256-jYBNDUUuTLQTCRWGAgjsvRN13RW97qt+5KREg7YBJnw=";
vendorSha256 = "sha256-Dl+ErHyHBf5KbHs7H6RmXT0cMIAQ6hReX4aGsoggWbo=";
ldflags = [
"-s"