about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-01-13 03:15:50 +0100
committerProfpatsch <mail@profpatsch.de>2019-01-13 04:01:35 +0100
commit3c33db1e2c0cd3aa21931c794b854d93e78aae2b (patch)
tree648c8ef92d33e94bbd2fd0146627b9447e8b8729 /pkgs/tools/system
parent62c68890181699b2b6419f47daa1e5ea8299c03d (diff)
downloadnixlib-3c33db1e2c0cd3aa21931c794b854d93e78aae2b.tar
nixlib-3c33db1e2c0cd3aa21931c794b854d93e78aae2b.tar.gz
nixlib-3c33db1e2c0cd3aa21931c794b854d93e78aae2b.tar.bz2
nixlib-3c33db1e2c0cd3aa21931c794b854d93e78aae2b.tar.lz
nixlib-3c33db1e2c0cd3aa21931c794b854d93e78aae2b.tar.xz
nixlib-3c33db1e2c0cd3aa21931c794b854d93e78aae2b.tar.zst
nixlib-3c33db1e2c0cd3aa21931c794b854d93e78aae2b.zip
skawarePackages.s6: 2.7.2.0 -> 2.7.2.2
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/s6/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/s6/default.nix b/pkgs/tools/system/s6/default.nix
index 031439d56d5c..4389755bc4c1 100644
--- a/pkgs/tools/system/s6/default.nix
+++ b/pkgs/tools/system/s6/default.nix
@@ -4,8 +4,8 @@ with skawarePackages;
 
 buildPackage {
   pname = "s6";
-  version = "2.7.2.0";
-  sha256 = "02canrzmhr66gi16ldyylk378jlmyfl73vn72ayr12h2wyxgqm5g";
+  version = "2.7.2.2";
+  sha256 = "0psjmfidjdciswakw9agzzniqfmhrr21765m0q77kwxg7iisgpsq";
 
   description = "skarnet.org's small & secure supervision software suite";