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 9c67499 + e1e4c0f commit 4f520e2Copy full SHA for 4f520e2
pkgs/by-name/sh/shpool/package.nix
@@ -9,13 +9,13 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "shpool";
12
- version = "0.7.1";
+ version = "0.8.0";
13
14
src = fetchFromGitHub {
15
owner = "shell-pool";
16
repo = "shpool";
17
rev = "v${version}";
18
- hash = "sha256-0ykGGzYL29SxxT0etTaBHooIE8NEUJeTIr/6vTBgY0Q=";
+ hash = "sha256-pSSMC4pUtB38c6UNOj+Ma/Y1jcSfm33QV1B4tA/MyKY=";
19
};
20
21
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
24
--replace-fail '/usr/bin/shpool' "$out/bin/shpool"
25
'';
26
27
- cargoHash = "sha256-cuLscDki8Y68qtEZh7xDaLp5B6MyTkPWTQX5gHNtULQ=";
+ cargoHash = "sha256-NUo9Y/c4Wm3d8lbhdHEqu9Zp7tX8giq2wnYwz8SMTXo=";
28
29
buildInputs = [
30
linux-pam
0 commit comments