Skip to content

Commit 3febc93

Browse files
authored
open-policy-agent: 1.3.0 -> 1.4.0 (#403415)
2 parents 989fbb1 + a18ae72 commit 3febc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/op/open-policy-agent/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ assert
1414

1515
buildGoModule (finalAttrs: {
1616
pname = "open-policy-agent";
17-
version = "1.3.0";
17+
version = "1.4.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "open-policy-agent";
2121
repo = "opa";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-wWxWpJSDOaZLJ7ULdAzPFJ9YNXX3FyQRod2roaLsuis=";
23+
hash = "sha256-oFtF/Uze9X1aaDzQXpZwbRXi11VnTTkkosfSSIeIxcc=";
2424
};
2525

2626
vendorHash = null;

0 commit comments

Comments
 (0)