shpool: 0.9.1 -> 0.9.2 (#441456)

authored by Nick Cao and committed by GitHub bac2452a 12409259

+3 -3
+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