Merge pull request #115560 from r-ryantm/auto-update/sshpass
sshpass: 1.06 -> 1.09
This commit is contained in:
commit
cd9766da1f
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sshpass";
|
||||
version = "1.06";
|
||||
version = "1.09";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/sshpass/sshpass-${version}.tar.gz";
|
||||
sha256 = "0q7fblaczb7kwbsz0gdy9267z0sllzgmf0c7z5c9mf88wv74ycn6";
|
||||
sha256 = "sha256-cXRuXgV//psAtErEBFO/RwkZMMupa76o3Ehxfe3En7c=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue