summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-25 18:46:54 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-25 18:46:54 -0800
commite851b22c7883c412bf077c7b58140f7818f162a2 (patch)
tree76e3933843fd6d2a7eb81d212f21780b38fc4194
parent0fadb81af44fe7f43581a276d2ca863bdb64dd67 (diff)
downloadnixpkgs-e851b22c7883c412bf077c7b58140f7818f162a2.tar
nixpkgs-e851b22c7883c412bf077c7b58140f7818f162a2.tar.gz
nixpkgs-e851b22c7883c412bf077c7b58140f7818f162a2.tar.bz2
nixpkgs-e851b22c7883c412bf077c7b58140f7818f162a2.tar.lz
nixpkgs-e851b22c7883c412bf077c7b58140f7818f162a2.tar.xz
nixpkgs-e851b22c7883c412bf077c7b58140f7818f162a2.tar.zst
nixpkgs-e851b22c7883c412bf077c7b58140f7818f162a2.zip
daemonize: 1.7.7 -> 1.7.8
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.7.8 with grep in /nix/store/5czx6iiyshzwx2as3m43hrwdb2cmvrm6-daemonize-1.7.8
- found 1.7.8 in filename of file in /nix/store/5czx6iiyshzwx2as3m43hrwdb2cmvrm6-daemonize-1.7.8
-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 f6b9863d1be..1067e524788 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; {