3
0
Fork 0
forked from mirrors/nixpkgs

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

open-policy-agent: 0.47.0 -> 0.47.2
This commit is contained in:
lewo 2022-12-11 11:27:49 +01:00 committed by GitHub
commit 23203f94a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
buildGoModule rec {
pname = "open-policy-agent";
version = "0.47.0";
version = "0.47.2";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
sha256 = "sha256-aN/3xJFAc4r1nXF01tz4G4lP1KEQZQ3y+QuJ+wToD6M=";
sha256 = "sha256-OAL7sYR4SFFQbRhVTx3NAQiDTr5l/4ejtFTVnT1idCU=";
};
vendorSha256 = null;