mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
pdsh: update to version 2.29
This commit is contained in:
parent
25411b3c7b
commit
fe424e6c3f
@ -1,14 +1,14 @@
|
||||
{stdenv, fetchurl, perl, readline, rsh, ssh, pam}:
|
||||
|
||||
let
|
||||
name = "pdsh-2.26";
|
||||
name = "pdsh-2.29";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit name;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pdsh.googlecode.com/files/${name}.tar.bz2";
|
||||
sha256 = "ada2f35509064bf9cd0fd5ca39a351108cdd6f5155b05f39f1711a271298469a";
|
||||
sha256 = "1kvzz01fyaxfqmbh53f4ljfsgvxdykh5jyr6fh4f1bw2ywxr1w2p";
|
||||
};
|
||||
|
||||
buildInputs = [perl readline ssh pam];
|
||||
@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
||||
while timeouts occur on some connections.
|
||||
'';
|
||||
|
||||
hydraPlatforms = stdenv.lib.platforms.unix;
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user