systemd: v232 -> v233

Changelog: https://github.com/systemd/systemd/blob/v233/NEWS

Upgrade was pretty smooth. One notably change is the new hybrid cgroup
mode: https://github.com/systemd/systemd/blob/v233/NEWS#L5 It should
provide better compatibility with docker.
This commit is contained in:
Jörg Thalheim 2017-05-30 08:47:09 +01:00
parent 595141d710
commit dfebb66f65
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -9,14 +9,14 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
version = "232";
version = "233";
name = "systemd-${version}";
src = fetchFromGitHub {
owner = "nixos";
repo = "systemd";
rev = "66e778e851440fde7f20cff0c24d23538144be8d";
sha256 = "1valz8v2q4cj0ipz2b6mh5p0rjxpy3m88gg9xa2rcc4gcmscndzk";
rev = "a5af87e469ed3bd806d1ac34716d4f17ce9d3464";
sha256 = "14slhk9p1f4ngxhhsmk8i1irl6jiffs1ln84ddcqc8iy22cyqvs3";
};
outputs = [ "out" "lib" "man" "dev" ];