Unverified Commit f675531b authored by lewo's avatar lewo Committed by GitHub
Browse files

open-policy-agent: 1.2.0 -> 1.3.0 (#396858)

parents 0f464c04 b6071782
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ assert

buildGoModule rec {
  pname = "open-policy-agent";
  version = "1.2.0";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "open-policy-agent";
    repo = "opa";
    rev = "v${version}";
    hash = "sha256-9pLySzYfLyRcbhKz+zusBFHNVnhtGyqlsrNr1AzDQx0=";
    hash = "sha256-wWxWpJSDOaZLJ7ULdAzPFJ9YNXX3FyQRod2roaLsuis=";
  };

  vendorHash = null;