Skip to content

Commit dfb4b32

Browse files
cedar: 4.3.0 -> 4.3.1 (NixOS#379286)
Co-authored-by: meain <[email protected]>
2 parents 80b785f + 07f1403 commit dfb4b32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ce/cedar/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "cedar";
12-
version = "4.3.0";
12+
version = "4.3.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "cedar-policy";
1616
repo = "cedar";
1717
tag = "v${version}";
18-
hash = "sha256-E3x+FfjLNUpfu00D+UALc73STodNW2Kvfo/4x6hORiY=";
18+
hash = "sha256-1EJvLQDQQTiNwPe0Ynt6VI3RD/3jGbt/0H7pzGcl1wA=";
1919
};
2020

21-
cargoHash = "sha256-z40HtNSkNpMquhwE+B1AhmtY6j8OKcFRIm09neLGUWg=";
21+
cargoHash = "sha256-y8sjFpDa16nmYboLB/x1+i/Z4rd4MUhPOx0pBGkd3z0=";
2222

2323
passthru = {
2424
tests.version = testers.testVersion { package = cedar; };

0 commit comments

Comments
 (0)