summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-02-26 13:53:24 +0800
committerGitHub <noreply@github.com>2018-02-26 13:53:24 +0800
commit7a3b7d637edfe8f321c5461261730e61e85b61a8 (patch)
tree5b335160579e4a27b1947ef6b3b69f4daee60c7d /pkgs/tools/system
parent806b925b6130fd8b25bbd118b1d4e9535b69d34a (diff)
parente851b22c7883c412bf077c7b58140f7818f162a2 (diff)
downloadnixlib-7a3b7d637edfe8f321c5461261730e61e85b61a8.tar
nixlib-7a3b7d637edfe8f321c5461261730e61e85b61a8.tar.gz
nixlib-7a3b7d637edfe8f321c5461261730e61e85b61a8.tar.bz2
nixlib-7a3b7d637edfe8f321c5461261730e61e85b61a8.tar.lz
nixlib-7a3b7d637edfe8f321c5461261730e61e85b61a8.tar.xz
nixlib-7a3b7d637edfe8f321c5461261730e61e85b61a8.tar.zst
nixlib-7a3b7d637edfe8f321c5461261730e61e85b61a8.zip
Merge pull request #35607 from ryantm/auto-update/daemonize-1.7.7-to-1.7.8
daemonize: 1.7.7 -> 1.7.8
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/daemonize/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/daemonize/default.nix b/pkgs/tools/system/daemonize/default.nix
index f6b9863d1bec..1067e524788b 100644
--- a/pkgs/tools/system/daemonize/default.nix
+++ b/pkgs/tools/system/daemonize/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name    = "daemonize-${version}";
-  version = "1.7.7";
+  version = "1.7.8";
 
   src = fetchurl {
     url    = "https://github.com/bmc/daemonize/archive/release-${version}.tar.gz";
-    sha256 = "01gabcc8m4jkymd31p6v5883ii3g7126cici6rd03maf4jizxjmk";
+    sha256 = "0q2c3i3si3k7wfhl6fyckkmkc81yp67pz52p3ggis79p4nczri10";
   };
 
   meta = with stdenv.lib; {