summary refs log tree commit diff
path: root/pkgs/tools/misc/s6-portable-utils
diff options
context:
space:
mode:
authorPatrick Mahoney <pat@polycrystal.org>2015-09-23 22:08:17 -0500
committerPatrick Mahoney <pat@polycrystal.org>2015-09-24 20:13:27 -0500
commit71025243a12419a0bc519dcf998b66c6608e7f8f (patch)
tree90e44b0ee905bdfddcc681bf4fd428cb034948c2 /pkgs/tools/misc/s6-portable-utils
parent560674ae83defcb69965129a787191c30f934b29 (diff)
downloadnixlib-71025243a12419a0bc519dcf998b66c6608e7f8f.tar
nixlib-71025243a12419a0bc519dcf998b66c6608e7f8f.tar.gz
nixlib-71025243a12419a0bc519dcf998b66c6608e7f8f.tar.bz2
nixlib-71025243a12419a0bc519dcf998b66c6608e7f8f.tar.lz
nixlib-71025243a12419a0bc519dcf998b66c6608e7f8f.tar.xz
nixlib-71025243a12419a0bc519dcf998b66c6608e7f8f.tar.zst
nixlib-71025243a12419a0bc519dcf998b66c6608e7f8f.zip
s6-portable-utils 2.0.5.0 -> 2.0.5.2
Diffstat (limited to 'pkgs/tools/misc/s6-portable-utils')
-rw-r--r--pkgs/tools/misc/s6-portable-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/s6-portable-utils/default.nix b/pkgs/tools/misc/s6-portable-utils/default.nix
index 2f0a647f3431..0ca0774989de 100644
--- a/pkgs/tools/misc/s6-portable-utils/default.nix
+++ b/pkgs/tools/misc/s6-portable-utils/default.nix
@@ -2,7 +2,7 @@
 
 let
 
-  version = "2.0.5.0";
+  version = "2.0.5.2";
 
 in stdenv.mkDerivation rec {
 
@@ -10,7 +10,7 @@ in stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://www.skarnet.org/software/s6-portable-utils/${name}.tar.gz";
-    sha256 = "099c7isi5vynis4iaiz362rvr73w4rvjhv3c2f7ddxgfyvd2331l";
+    sha256 = "0d5dvqz61abr4m2n10by8hccvw51jdvyckvpbbq0c57viri54jzm";
   };
 
   dontDisableStatic = true;