File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212
1313rustPlatform . buildRustPackage rec {
1414 pname = "sudo-rs" ;
15- version = "0.2.3 " ;
15+ version = "0.2.4 " ;
1616
1717 src = fetchFromGitHub {
1818 owner = "trifectatechfoundation" ;
1919 repo = "sudo-rs" ;
2020 rev = "v${ version } " ;
21- hash = "sha256-aXKkEdg44AJTcaGyllQmyUON3Z+irIatz06/l0cbi+E =" ;
21+ hash = "sha256-jzK/AkBtS2XxxRaSYk5wsaj1IbLlcqyyMk3AqambkKs =" ;
2222 } ;
2323 useFetchCargoVendor = true ;
24- cargoHash = "sha256-q81thjNDGF+7zARThrPhS1gnJIJ1lnwmCyOYngjjkKk =" ;
24+ cargoHash = "sha256-0NzHmpf/0YwtgVPkhMpBqxuQQAmKghZ5cZbIr5taM4o =" ;
2525
2626 nativeBuildInputs = [
2727 installShellFiles
@@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
4646 # Those tests make path assumptions
4747 "common::command::test::test_build_command_and_args"
4848 "common::context::tests::test_build_context"
49+ "common::context::tests::test_build_run_context"
4950 "common::resolve::test::canonicalization"
5051 "common::resolve::tests::test_resolve_path"
5152 "system::tests::kill_test"
You can’t perform that action at this time.
0 commit comments