Skip to content

Commit e1e4c0f

Browse files
committed
shpool: 0.7.1 -> 0.8.0
1 parent abc12d1 commit e1e4c0f

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.7.1";
12+
version = "0.8.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "shell-pool";
1616
repo = "shpool";
1717
rev = "v${version}";
18-
hash = "sha256-0ykGGzYL29SxxT0etTaBHooIE8NEUJeTIr/6vTBgY0Q=";
18+
hash = "sha256-pSSMC4pUtB38c6UNOj+Ma/Y1jcSfm33QV1B4tA/MyKY=";
1919
};
2020

2121

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

27-
cargoHash = "sha256-cuLscDki8Y68qtEZh7xDaLp5B6MyTkPWTQX5gHNtULQ=";
27+
cargoHash = "sha256-NUo9Y/c4Wm3d8lbhdHEqu9Zp7tX8giq2wnYwz8SMTXo=";
2828

2929
buildInputs = [
3030
linux-pam

0 commit comments

Comments
 (0)