conftest: 0.44.0 -> 0.44.1

This commit is contained in:
R. Ryantm 2023-07-15 09:43:52 +00:00
parent 27f58aceb0
commit 77daf4daee

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "conftest";
version = "0.44.0";
version = "0.44.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";
rev = "refs/tags/v${version}";
hash = "sha256-tYF9zMDSzGSscsqHTA26FoAGNl7E9AV/8LMTzYcDOI4=";
hash = "sha256-a/5g5USbK8Bat+V3vecuHVlh3e0omqWYrKe2rFTxxnM=";
};
vendorHash = "sha256-Q0bV6ePjQiIzYXB7sEiAYZ9kIbErPsoAXQqdMt8Xd10=";