commonsDaemon: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm 2023-05-23 02:11:45 +00:00
parent 493c6d8505
commit ccab0a335b

View file

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