Skip to content

Commit 8aefa9d

Browse files
sudo-rs: 0.2.12 -> 0.2.13 (NixOS#498602)
2 parents 5ec6eee + 334f93d commit 8aefa9d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pkgs/by-name/su/sudo-rs/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
rustPlatform.buildRustPackage (finalAttrs: {
1414
pname = "sudo-rs";
15-
version = "0.2.12";
15+
version = "0.2.13";
1616

1717
src = fetchFromGitHub {
1818
owner = "trifectatechfoundation";
1919
repo = "sudo-rs";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-VTqjsbd5CsvsNEItl8tTWnfyKHZVlYQpOQXpah68VH8=";
21+
hash = "sha256-T9QkdpNq7YTR2df1M+lIt+iocVzrFv1yUwq0wgBRHaA=";
2222
};
2323

24-
cargoHash = "sha256-2h7ObKcrhtbJyoIinA1sawfpbY3Kt/8tEyZzjEdSQBI=";
24+
cargoHash = "sha256-yfML0XO2/Xug0IhbzX1P7PL1YspxWR1FJYP5VtqZzRA=";
2525

2626
nativeBuildInputs = [ installShellFiles ];
2727

@@ -50,6 +50,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
5050
"common::context::tests::test_build_run_context"
5151
"common::resolve::test::canonicalization"
5252
"common::resolve::tests::test_resolve_path"
53+
"system::audit::test::test_traverse_secure_open_negative"
54+
"system::audit::test::test_traverse_secure_open_positive"
5355
"system::tests::kill_test"
5456

5557
# Assumes $SHELL is an actual shell

0 commit comments

Comments
 (0)