We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 989fbb1 + a18ae72 commit 3febc93Copy full SHA for 3febc93
pkgs/by-name/op/open-policy-agent/package.nix
@@ -14,13 +14,13 @@ assert
14
15
buildGoModule (finalAttrs: {
16
pname = "open-policy-agent";
17
- version = "1.3.0";
+ version = "1.4.0";
18
19
src = fetchFromGitHub {
20
owner = "open-policy-agent";
21
repo = "opa";
22
tag = "v${finalAttrs.version}";
23
- hash = "sha256-wWxWpJSDOaZLJ7ULdAzPFJ9YNXX3FyQRod2roaLsuis=";
+ hash = "sha256-oFtF/Uze9X1aaDzQXpZwbRXi11VnTTkkosfSSIeIxcc=";
24
};
25
26
vendorHash = null;
0 commit comments