summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-03-04 08:31:54 -0600
committerProfpatsch <mail@profpatsch.de>2019-03-04 23:23:55 +0100
commitad924fb21a9be297e7f8c1cc59f3a7d5080a6c8d (patch)
tree63e9648d7843bf3b5dae8d9f23ae9bd8ccb69e39
parentdd693c15be552894db1ac634a8155634c2e17310 (diff)
downloadnixpkgs-ad924fb21a9be297e7f8c1cc59f3a7d5080a6c8d.tar
nixpkgs-ad924fb21a9be297e7f8c1cc59f3a7d5080a6c8d.tar.gz
nixpkgs-ad924fb21a9be297e7f8c1cc59f3a7d5080a6c8d.tar.bz2
nixpkgs-ad924fb21a9be297e7f8c1cc59f3a7d5080a6c8d.tar.lz
nixpkgs-ad924fb21a9be297e7f8c1cc59f3a7d5080a6c8d.tar.xz
nixpkgs-ad924fb21a9be297e7f8c1cc59f3a7d5080a6c8d.tar.zst
nixpkgs-ad924fb21a9be297e7f8c1cc59f3a7d5080a6c8d.zip
s6-portable-utils: 2.2.1.2 -> 2.2.1.3
https://skarnet.org/software/s6-portable-utils/upgrade.html
-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 ae4385a0048..97548cab8db 100644
--- a/pkgs/tools/misc/s6-portable-utils/default.nix
+++ b/pkgs/tools/misc/s6-portable-utils/default.nix
@@ -7,8 +7,8 @@ let
 
 in buildPackage {
   pname = pname;
-  version = "2.2.1.2";
-  sha256 = "0if77z07rfygd1yk9d2abxkdbx3dg52vcjhb20isb8kvqxhkg8ih";
+  version = "2.2.1.3";
+  sha256 = "1ibjns1slyg1p7jl9irzlrjz8b01f506iw87g3s7db5arhf17vv2";
 
   description = "A set of tiny general Unix utilities optimized for simplicity and small size";