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

open-policy-agent: 0.54.0 -> 0.55.0
This commit is contained in:
lewo 2023-08-02 12:32:55 +02:00 committed by GitHub
commit 9cbab01d6f
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.54.0";
version = "0.55.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
hash = "sha256-sMJ+mf6AR4qTx+nXk18ElFiPfymf/ZEoBJDZLGWtPUI=";
hash = "sha256-piQ8Cig2zG6UhzVbiDCTruAXNis8P5HUja4xiiol9jA=";
};
vendorHash = null;