Skip to content

Commit 4602d11

Browse files
authored
shpool: 0.6.3 -> 0.7.0 (#339300)
2 parents bc34261 + 0deda63 commit 4602d11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sh/shpool/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "shpool";
12-
version = "0.6.3";
12+
version = "0.7.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "shell-pool";
1616
repo = "shpool";
1717
rev = "v${version}";
18-
hash = "sha256-RzXlwzCMZ5nDnNfQHzqY9Wu7gvG8y39yR2W3cfl208w=";
18+
hash = "sha256-4d194y9scjXi5wpTRP66apApXl2R9N3ACAVXkXHfQDM=";
1919
};
2020

2121

@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
2424
--replace-fail '/usr/bin/shpool' "$out/bin/shpool"
2525
'';
2626

27-
cargoHash = "sha256-Xb/ohGzgXR8B6Zfd2pUqgpxK6WQnk2xF4bbCyz1g2os=";
27+
cargoHash = "sha256-lkwgjrEaLuTY0sDSxa+wbT9LX09aCDp1wDUqNQE07Xw=";
2828

2929
buildInputs = [
3030
linux-pam

0 commit comments

Comments
 (0)