sudo-rs: 0.2.6 -> 0.2.7

https://github.com/trifectatechfoundation/sudo-rs/releases/tag/v0.2.7
This commit is contained in:
Adam C. Stephens 2025-07-01 12:39:50 +00:00
parent e76eb1eed0
commit 158217e5f5
No known key found for this signature in database

View File

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sudo-rs";
version = "0.2.6";
version = "0.2.7";
src = fetchFromGitHub {
owner = "trifectatechfoundation";
repo = "sudo-rs";
tag = "v${finalAttrs.version}";
hash = "sha256-vZv3IVSW6N0puoWJBYQPmNntgHPt9SPV07TEuWN/bHw=";
hash = "sha256-02ODKMumYUKcmSfPAiCwpRph5+Zy+g5uqqbJ9ThRxRg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/CbU2ds2VQ2IXx7GKxRO3vePzLXJXabA1FcyIGPsngw=";
cargoHash = "sha256-o3//zJxB6CNHQl1DtfmFnSBP9npC4I9/hRuzpWrKoNs=";
nativeBuildInputs = [
installShellFiles