jsvc: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2022-10-14 05:42:22 +00:00
parent ae24d583ae
commit c06956f437

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jsvc";
version = "1.3.1";
version = "1.3.2";
src = fetchurl {
url = "https://downloads.apache.org//commons/daemon/source/commons-daemon-${version}-src.tar.gz";
sha256 = "sha256-SSc3ocubCfBjZtyUHpCE6rDkF7UtAAWsUIa9fQ1gHts=";
sha256 = "sha256-Xd6J/TOGCDAtBl3baKJnOYnztJH+C+L2+e9RC0BUqEw=";
};
buildInputs = [ commonsDaemon ];