about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-25 10:31:52 -0500
committerGitHub <noreply@github.com>2022-06-25 10:31:52 -0500
commite1dc9f89c5109dea6ddb8701c4f48fcfc462e495 (patch)
tree60c94ab5200f3132ba4ce7906e59c974d6b75cee /pkgs/development
parent95b793308df533377b5a4a2c87560aa56d2e210f (diff)
parent43cb516e9efbfce750a4ae5d8c6aab505b0715e2 (diff)
Merge pull request #179026 from r-ryantm/auto-update/commons-daemon
commonsDaemon: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/java/commons/daemon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/java/commons/daemon/default.nix b/pkgs/development/libraries/java/commons/daemon/default.nix
index 7b5be45e200cf..e41c475c829d3 100644
--- a/pkgs/development/libraries/java/commons/daemon/default.nix
+++ b/pkgs/development/libraries/java/commons/daemon/default.nix
@@ -1,12 +1,12 @@
 { lib, stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  version = "1.3.0";
+  version = "1.3.1";
   pname = "commons-daemon";
 
   src = fetchurl {
     url    = "mirror://apache/commons/daemon/binaries/commons-daemon-${version}-bin.tar.gz";
-    sha256 = "sha256-Fihsar8HR2adN2f9deo7bk8tRgeiD6BljVZ/mfkLUUA=";
+    sha256 = "sha256-EaQ4wy32GX1MGByCqo811WblqZgsNSw3psr94lrxEqw=";
   };
 
   installPhase = ''