commonsDaemon: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2025-01-17 12:34:32 +00:00
parent 90789b086a
commit 97e3a655a0

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "1.4.0";
version = "1.4.1";
pname = "commons-daemon";
src = fetchurl {
url = "mirror://apache/commons/daemon/binaries/commons-daemon-${version}-bin.tar.gz";
sha256 = "sha256-Cnsd15yREDtkoNFRAsIpACnChncVNgddTJ1CEvhKn48=";
sha256 = "sha256-pfKrZ3duDz5wKTn3+SM+ye3UNN129VWCPOeI7JSuYts=";
};
installPhase = ''