about summary refs log tree commit diff
path: root/pkgs/tools/system/daemonize
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-15 13:13:45 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-16 16:12:18 +0200
commit5f76761dc244dd078d33d6769e3e8ba01a3691b5 (patch)
tree4ba6aabb954ff2446387eb9a70e8a9e550cc82ea /pkgs/tools/system/daemonize
parent57f2e6e0b58a6f333e9f30de4022ce9630667bbc (diff)
downloadnixlib-5f76761dc244dd078d33d6769e3e8ba01a3691b5.tar
nixlib-5f76761dc244dd078d33d6769e3e8ba01a3691b5.tar.gz
nixlib-5f76761dc244dd078d33d6769e3e8ba01a3691b5.tar.bz2
nixlib-5f76761dc244dd078d33d6769e3e8ba01a3691b5.tar.lz
nixlib-5f76761dc244dd078d33d6769e3e8ba01a3691b5.tar.xz
nixlib-5f76761dc244dd078d33d6769e3e8ba01a3691b5.tar.zst
nixlib-5f76761dc244dd078d33d6769e3e8ba01a3691b5.zip
daemonize: 1.7.6 -> 1.7.7
Diffstat (limited to 'pkgs/tools/system/daemonize')
-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 c013c97cdbbd..f6b9863d1bec 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.6";
+  version = "1.7.7";
 
   src = fetchurl {
     url    = "https://github.com/bmc/daemonize/archive/release-${version}.tar.gz";
-    sha256 = "07yv82mkhc57vnawwldqcy64c5yqyh817gksd3b4rgavbsp1fmwd";
+    sha256 = "01gabcc8m4jkymd31p6v5883ii3g7126cici6rd03maf4jizxjmk";
   };
 
   meta = with stdenv.lib; {