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

open-policy-agent: 1.15.2 -> 1.16.0 (#515161)

parents 52140333 3cb4ef68
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@ assert

buildGoModule (finalAttrs: {
  pname = "open-policy-agent";
  version = "1.15.2";
  version = "1.16.0";

  src = fetchFromGitHub {
    owner = "open-policy-agent";
    repo = "opa";
    tag = "v${finalAttrs.version}";
    hash = "sha256-QgAMnVnTsHA1BcKgAhCgvOXDwkYqSFy7EVDqV/wCbhw=";
    hash = "sha256-mZpD0hkrm74HzIVM+xcp55nADi/+oOiJ9/WPIyWsmAg=";
  };

  vendorHash = "sha256-l2HrTap6qZeKOvvCY6d+issQT2pL6TPU0pIdDN8vfVc=";
  vendorHash = "sha256-m+Mb2Llny7O9cfn8Js7MEaeYM9zC/CwWBAuliWE7G1E=";

  nativeBuildInputs = [ installShellFiles ];