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 80b785f + 07f1403 commit dfb4b32Copy full SHA for dfb4b32
pkgs/by-name/ce/cedar/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "cedar";
12
- version = "4.3.0";
+ version = "4.3.1";
13
14
src = fetchFromGitHub {
15
owner = "cedar-policy";
16
repo = "cedar";
17
tag = "v${version}";
18
- hash = "sha256-E3x+FfjLNUpfu00D+UALc73STodNW2Kvfo/4x6hORiY=";
+ hash = "sha256-1EJvLQDQQTiNwPe0Ynt6VI3RD/3jGbt/0H7pzGcl1wA=";
19
};
20
21
- cargoHash = "sha256-z40HtNSkNpMquhwE+B1AhmtY6j8OKcFRIm09neLGUWg=";
+ cargoHash = "sha256-y8sjFpDa16nmYboLB/x1+i/Z4rd4MUhPOx0pBGkd3z0=";
22
23
passthru = {
24
tests.version = testers.testVersion { package = cedar; };
0 commit comments