systemd: Update to 203

This commit is contained in:
Eelco Dolstra
2013-05-07 14:34:48 +02:00
parent ce7c7dece5
commit 0dfb9ecc35
9 changed files with 34 additions and 38 deletions
+2 -2
View File
@@ -6,11 +6,11 @@
assert stdenv.gcc.libc or null != null;
stdenv.mkDerivation rec {
name = "systemd-201";
name = "systemd-203";
src = fetchurl {
url = "http://www.freedesktop.org/software/systemd/${name}.tar.xz";
sha256 = "046cr1q7xv7bslzc16g8zz8nddf64lw8v01isw1204n21cd9yafn";
sha256 = "07gvn3rpski8sh1nz16npjf2bvj0spsjdwc5px9685g2pi6kxcb1";
};
patches =