File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313rustPlatform . 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
You can’t perform that action at this time.
0 commit comments