pdsh: 2.34 -> 2.35

This commit is contained in:
R. Ryantm 2023-12-20 11:16:36 +00:00
parent f450b7ca70
commit e896d283ee

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 ]