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:
commit
23203f94a2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue