We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e83c6fc + 6127ad4 commit 885fd66Copy full SHA for 885fd66
1 file changed
pkgs/by-name/su/sudo-rs/package.nix
@@ -12,16 +12,16 @@
12
13
rustPlatform.buildRustPackage (finalAttrs: {
14
pname = "sudo-rs";
15
- version = "0.2.8";
+ version = "0.2.9";
16
17
src = fetchFromGitHub {
18
owner = "trifectatechfoundation";
19
repo = "sudo-rs";
20
tag = "v${finalAttrs.version}";
21
- hash = "sha256-82qd9lVwxI9Md7NWpfauGWKtvR1MvX9VNZ9e1RvzmP4=";
+ hash = "sha256-gHvTOwMzpkfyjLiJlL+CYswiccDBFIR8Xm3r86IFv+w=";
22
};
23
24
- cargoHash = "sha256-hvXVdPs2K1FPi06NZSockNXA9QOnXOsrONiMCTiIs2I=";
+ cargoHash = "sha256-Z8ml1pKqL2zpz7QanM1skVqr0vJaJ4uegjiYSxMOkr0=";
25
26
nativeBuildInputs = [ installShellFiles ];
27
@@ -97,6 +97,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
97
mit
98
];
99
maintainers = with lib.maintainers; [
100
+ adamcstephens
101
nicoo
102
rvdp
103
0 commit comments