Merge pull request #116164 from r-ryantm/auto-update/open-policy-agent

open-policy-agent: 0.27.0 -> 0.27.1
This commit is contained in:
lewo 2021-03-13 12:02:50 +01:00 committed by GitHub
commit 444357e3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "open-policy-agent";
version = "0.27.0";
version = "0.27.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
sha256 = "sha256-WMCd7+SUpKagoutBqI98KnoOd/UwJqFrSh0RAJQvuSo=";
sha256 = "sha256-IiPUmLgkD50LxOT+ZEf/UZJ0192GYOy9xk8U94Q0BWc=";
};
vendorSha256 = null;