jsvc: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm 2023-06-23 12:58:28 +00:00
parent 05a9a6a6f4
commit 58f2d07ce9

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jsvc";
version = "1.3.3";
version = "1.3.4";
src = fetchurl {
url = "https://downloads.apache.org//commons/daemon/source/commons-daemon-${version}-src.tar.gz";
sha256 = "sha256-J5Gzd6R8CMqhsgRPrrHhD//LdpcVEQKnBB7i/pLL8ns=";
sha256 = "sha256-30hJ0F5YFmEOZ4IYg/T8HhFySgu4t4uEsh7dUDns674=";
};
buildInputs = [ commonsDaemon ];