Merge pull request #7065 from pmahoney/skarnet-2015-03-28

update s6, execline, other skarnet.org
This commit is contained in:
lethalman
2015-03-30 17:57:41 +02:00
7 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
let
version = "2.0.0.0";
version = "2.0.2.0";
in stdenv.mkDerivation rec {
@@ -10,7 +10,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.skarnet.org/software/s6-linux-utils/${name}.tar.gz";
sha256 = "0lfgfwnk81vjlkvmr1gzknz9swgcrp5s7x19dfkw6shvi95fyirh";
sha256 = "0y6dq4wb5v1c6ps6a7jyq08r2pjksrvz6n3dnfa9c91gzm4m1dxb";
};
dontDisableStatic = true;