Skip to content

Commit 885fd66

Browse files
authored
sudo-rs: 0.2.8 -> 0.2.9 (#448294)
2 parents e83c6fc + 6127ad4 commit 885fd66

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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 (finalAttrs: {
1414
pname = "sudo-rs";
15-
version = "0.2.8";
15+
version = "0.2.9";
1616

1717
src = fetchFromGitHub {
1818
owner = "trifectatechfoundation";
1919
repo = "sudo-rs";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-82qd9lVwxI9Md7NWpfauGWKtvR1MvX9VNZ9e1RvzmP4=";
21+
hash = "sha256-gHvTOwMzpkfyjLiJlL+CYswiccDBFIR8Xm3r86IFv+w=";
2222
};
2323

24-
cargoHash = "sha256-hvXVdPs2K1FPi06NZSockNXA9QOnXOsrONiMCTiIs2I=";
24+
cargoHash = "sha256-Z8ml1pKqL2zpz7QanM1skVqr0vJaJ4uegjiYSxMOkr0=";
2525

2626
nativeBuildInputs = [ installShellFiles ];
2727

@@ -97,6 +97,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
9797
mit
9898
];
9999
maintainers = with lib.maintainers; [
100+
adamcstephens
100101
nicoo
101102
rvdp
102103
];

0 commit comments

Comments
 (0)