conftest: 0.28.2 -> 0.28.3

This commit is contained in:
R. Ryantm 2021-12-06 10:49:26 +00:00
parent 1657d58122
commit 50d94b4d44

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "conftest";
version = "0.28.2";
version = "0.28.3";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "v${version}";
sha256 = "sha256-lmmk6veBDI51UA/wnFB7Q3DTxZ9J/1qp0OoNgmBrR1Y=";
sha256 = "sha256-qUbrd80As5BrP67bk8aXWAq85UKL1de5sJlPQtBuxn4=";
};
vendorSha256 = "sha256-NALyUjFL6OqgCke1QiUxbSNLAoaIMB2zeIWWEfcnCjs=";
vendorSha256 = "sha256-cEa2IB65CWsWXZnVRZmOOvUyOhybHBssQGt/pP7YPcg=";
ldflags = [
"-s"