Merge pull request #328443 from r-ryantm/auto-update/commonsDaemon

commonsDaemon: 1.3.4 -> 1.4.0
This commit is contained in:
Sebastián Mancilla 2024-08-15 22:45:35 -04:00 committed by GitHub
commit 7ce5cd8ef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "1.3.4";
version = "1.4.0";
pname = "commons-daemon";
src = fetchurl {
url = "mirror://apache/commons/daemon/binaries/commons-daemon-${version}-bin.tar.gz";
sha256 = "sha256-n9zmdPC4nLs/Rnth9uojkc5Kg5IfgERbr08TOvENR0Q=";
sha256 = "sha256-Cnsd15yREDtkoNFRAsIpACnChncVNgddTJ1CEvhKn48=";
};
installPhase = ''