Skip to content

Commit 683f155

Browse files
sudo-rs: 0.2.3 -> 0.2.4 (#385039)
2 parents 4dd843d + 89d8bac commit 683f155

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

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

1313
rustPlatform.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"

0 commit comments

Comments
 (0)