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
This commit is contained in:
Patrick Mahoney
2015-06-01 15:20:56 -05:00
parent 9835f18fbd
commit 74964c255e
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
let
version = "2.1.1.0";
version = "2.1.2.0";
in stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
src = fetchgit {
url = "git://git.skarnet.org/execline";
rev = "refs/tags/v${version}";
sha256 = "0yhxyih8p6p9135nifi655qk4gnhdarjzfp1lb4pxx9ar9ay5q7w";
sha256 = "0p9wp1rq8010k5yxlvamajhi6m24r9v7ikb7scvznf6zb2b0d9hf";
};
dontDisableStatic = true;