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:19:11 -05:00
parent 9835f18fbd
commit 74964c255e
5 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
let
version = "2.3.2.0";
version = "2.3.4.0";
in stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
src = fetchgit {
url = "git://git.skarnet.org/skalibs";
rev = "refs/tags/v${version}";
sha256 = "1l7f2zmas0w28j19g46bvm13j3cx7jimxifivd04zz5r7g79ik5a";
sha256 = "03kqcinb5sn1pk297nqg7w5hzgmkkhhcs3l9x99w1x9kgmw6wisp";
};
dontDisableStatic = true;