Merge pull request #275622 from r-ryantm/auto-update/pdsh

pdsh: 2.34 -> 2.35
This commit is contained in:
Weijia Wang 2024-01-03 18:21:35 +01:00 committed by GitHub
commit 359f221e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pdsh";
version = "2.34";
version = "2.35";
src = fetchurl {
url = "https://github.com/chaos/pdsh/releases/download/pdsh-${version}/pdsh-${version}.tar.gz";
sha256 = "1s91hmhrz7rfb6h3l5k97s393rcm1ww3svp8dx5z8vkkc933wyxl";
sha256 = "sha256-de8VNHhI//Q/jW/5xEJP4Fx90s26ApE5kB+GGgUJPP4=";
};
buildInputs = [ perl readline ssh ]