Merge pull request #164145 from SuperSandro2000/open-policy-agent

open-policy-agent: 0.38.0 -> 0.38.1
This commit is contained in:
lewo 2022-03-14 20:05:04 +01:00 committed by GitHub
commit 70fa29d9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "open-policy-agent";
version = "0.38.0";
version = "0.38.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
sha256 = "sha256-RGGxqmQ0mZ5iSAzDvUU6mAlCve3MknuNr2wAzHcV3RQ=";
sha256 = "sha256-x8mSlZ2X0DdkhaW5QXs5axERJkwARu8tHueQHXfamXM=";
};
vendorSha256 = null;