about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-26 21:12:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-26 21:12:26 +0000
commit03ca50f8b7b87c02744397debed29b991d67deeb (patch)
treeb89680972da70510e1370aceee7d275f65eb825f /pkgs/tools
parenta58215b5eb8d5c53cc32189b4692ffab98e2dbfd (diff)
jsvc: 1.3.2 -> 1.3.3
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/jsvc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/jsvc/default.nix b/pkgs/tools/system/jsvc/default.nix
index e0c1ebee90b43..85ae689f32247 100644
--- a/pkgs/tools/system/jsvc/default.nix
+++ b/pkgs/tools/system/jsvc/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "jsvc";
-  version = "1.3.2";
+  version = "1.3.3";
 
   src = fetchurl {
     url = "https://downloads.apache.org//commons/daemon/source/commons-daemon-${version}-src.tar.gz";
-    sha256 = "sha256-Xd6J/TOGCDAtBl3baKJnOYnztJH+C+L2+e9RC0BUqEw=";
+    sha256 = "sha256-J5Gzd6R8CMqhsgRPrrHhD//LdpcVEQKnBB7i/pLL8ns=";
   };
 
   buildInputs = [ commonsDaemon ];