tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
shpool: 0.9.1 -> 0.9.2
R. Ryantm
5 months ago
b19037ed
dd1b384c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
sh
shpool
package.nix
+3
-3
pkgs/by-name/sh/shpool/package.nix
···
9
10
rustPlatform.buildRustPackage rec {
11
pname = "shpool";
12
-
version = "0.9.1";
13
14
src = fetchFromGitHub {
15
owner = "shell-pool";
16
repo = "shpool";
17
rev = "v${version}";
18
-
hash = "sha256-Dh2Law70RbGkD9dlbhes47CTgwPoEnN5WmxL10arCtk=";
19
};
20
21
postPatch = ''
···
23
--replace-fail '/usr/bin/shpool' "$out/bin/shpool"
24
'';
25
26
-
cargoHash = "sha256-PCcRtpw+l7a9P2V7O4DGE6uatJ0TfGJyLUxbqiBY1Ro=";
27
28
buildInputs = [
29
linux-pam
···
9
10
rustPlatform.buildRustPackage rec {
11
pname = "shpool";
12
+
version = "0.9.2";
13
14
src = fetchFromGitHub {
15
owner = "shell-pool";
16
repo = "shpool";
17
rev = "v${version}";
18
+
hash = "sha256-T7Ij8rxlF5AAEgVzT+C+X8sX0ebhY19NSFm3DB6LnXs=";
19
};
20
21
postPatch = ''
···
23
--replace-fail '/usr/bin/shpool' "$out/bin/shpool"
24
'';
25
26
+
cargoHash = "sha256-uOz2yswKMrhtBqPRjlu9AIcR68jfIaWrXwtBeMb/GW0=";
27
28
buildInputs = [
29
linux-pam