pdsh: 2.35 -> 2.36 (#479426)

This commit is contained in:
Nick Cao
2026-01-13 21:16:04 +00:00
committed by GitHub
+2 -2
View File
@@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "pdsh";
version = "2.35";
version = "2.36";
src = fetchurl {
url = "https://github.com/chaos/pdsh/releases/download/pdsh-${version}/pdsh-${version}.tar.gz";
sha256 = "sha256-de8VNHhI//Q/jW/5xEJP4Fx90s26ApE5kB+GGgUJPP4=";
sha256 = "sha256-pmEJXOUd1fsF45jPXQ4dYxVxI5WEQfbTUSvPGn0lxRc=";
};
buildInputs = [