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

open-policy-agent: 1.3.0 -> 1.4.0 (#403415)

parents 989fbb18 a18ae721
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ assert

buildGoModule (finalAttrs: {
  pname = "open-policy-agent";
  version = "1.3.0";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "open-policy-agent";
    repo = "opa";
    tag = "v${finalAttrs.version}";
    hash = "sha256-wWxWpJSDOaZLJ7ULdAzPFJ9YNXX3FyQRod2roaLsuis=";
    hash = "sha256-oFtF/Uze9X1aaDzQXpZwbRXi11VnTTkkosfSSIeIxcc=";
  };

  vendorHash = null;