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-06-01 15:19:11 -0500
committerPatrick Mahoney <pat@polycrystal.org>2015-06-01 15:20:56 -0500
commit74964c255e4153b9b4170914cdd19f8abc3e9786 (patch)
treea33da13f8b8ed79852dbb57e900e18a666dc5b3d /pkgs/tools/misc/s6-portable-utils
parent9835f18fbdc06fbaa7abf02726b2adb97a93143a (diff)
downloadnixpkgs-74964c255e4153b9b4170914cdd19f8abc3e9786.tar
nixpkgs-74964c255e4153b9b4170914cdd19f8abc3e9786.tar.gz
nixpkgs-74964c255e4153b9b4170914cdd19f8abc3e9786.tar.bz2
nixpkgs-74964c255e4153b9b4170914cdd19f8abc3e9786.tar.lz
nixpkgs-74964c255e4153b9b4170914cdd19f8abc3e9786.tar.xz
nixpkgs-74964c255e4153b9b4170914cdd19f8abc3e9786.tar.zst
nixpkgs-74964c255e4153b9b4170914cdd19f8abc3e9786.zip
Update skarnet.org software
execline           2.1.2.0
s6-dns             2.0.0.3
s6-networking      2.1.0.1
s6-portable-utils  2.0.5.0
skalibs            2.3.4.0
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 4d8094d3a3b..2f0a647f343 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.4.0";
+  version = "2.0.5.0";
 
 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 = "0gl4v6hslqkxdfxj3qzi1xpiiw52ic8y8l9nkl2z5gp893qb6yvx";
+    sha256 = "099c7isi5vynis4iaiz362rvr73w4rvjhv3c2f7ddxgfyvd2331l";
   };
 
   dontDisableStatic = true;