Skip to content

Commit

Permalink
Merge pull request #96291 from lucperkins/open-policy-agent-0.23.2
Browse files Browse the repository at this point in the history
open-policy-agent: 0.22.0 -> 0.23.2
  • Loading branch information
nlewo committed Aug 25, 2020
2 parents e36e1bc + 295612e commit 22293c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/open-policy-agent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildGoPackage rec {
pname = "open-policy-agent";
version = "0.22.0";
version = "0.23.2";

goPackagePath = "github.com/open-policy-agent/opa";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
sha256 = "1kndiiqf6b4j8zhv0ypjr9dfjgck25qiqa2bb0pmpm3j9460zzjs";
sha256 = "18hpanfrzg6xnq1g0yws6g0lw4y191pnrqphccv13j6kqk3k10ps";
};
goDeps = ./deps.nix;

Expand Down

0 comments on commit 22293c2

Please sign in to comment.