systemd: Update to 217

This commit is contained in:
Eelco Dolstra
2014-11-04 15:43:12 +01:00
parent ed867a50eb
commit 884ff252fd
2 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -10,12 +10,12 @@ assert stdenv.isLinux;
assert pythonSupport -> pythonPackages != null;
stdenv.mkDerivation rec {
version = "216";
version = "217";
name = "systemd-${version}";
src = fetchurl {
url = "http://www.freedesktop.org/software/systemd/${name}.tar.xz";
sha256 = "1wr8jxhp2rmbzabm743rmrhp2c8kir1990x6iblzzmj0v2vkspcl";
sha256 = "163l1y4p2a564d4ynfq3k3xf53j2v5s81blb6cvpn1y7rpxyccd0";
};
patches =