tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cedar: 4.5.0 -> 4.5.1
R. Ryantm
5 months ago
436ae131
8000dc1d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ce
cedar
package.nix
+3
-3
pkgs/by-name/ce/cedar/package.nix
···
9
10
rustPlatform.buildRustPackage rec {
11
pname = "cedar";
12
-
version = "4.5.0";
13
14
src = fetchFromGitHub {
15
owner = "cedar-policy";
16
repo = "cedar";
17
tag = "v${version}";
18
-
hash = "sha256-CkrrpaAS7CZk2eboGXXDPtpfil5d+4Cg4Ldkw/Zwr8c=";
19
};
20
21
-
cargoHash = "sha256-OLTKAFTqjgw5Dix2B0bPzRYjP2EQLgCXjfiB3Reirok=";
22
23
passthru = {
24
tests.version = testers.testVersion { package = cedar; };
···
9
10
rustPlatform.buildRustPackage rec {
11
pname = "cedar";
12
+
version = "4.5.1";
13
14
src = fetchFromGitHub {
15
owner = "cedar-policy";
16
repo = "cedar";
17
tag = "v${version}";
18
+
hash = "sha256-f8d7KL1DzEfJqEJ5uwwOJCgePE/frOXIFcXuoybIp2U=";
19
};
20
21
+
cargoHash = "sha256-MK6Zcpf12mGzntEv632kQjH7YOx31QBCmSJHxjE3l1c=";
22
23
passthru = {
24
tests.version = testers.testVersion { package = cedar; };