Skip to content

Commit

Permalink
systemd: 239.20190110 -> 239.20190219
Browse files Browse the repository at this point in the history
Fix CVE-2019-6454.

(cherry picked from commit e949145)
  • Loading branch information
fpletz committed Feb 19, 2019
1 parent 28f9452 commit 90f99f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/systemd/default.nix
Expand Up @@ -18,7 +18,7 @@ let
pythonLxmlEnv = buildPackages.python3Packages.python.withPackages ( ps: with ps; [ python3Packages.lxml ]);

in stdenv.mkDerivation rec {
version = "239.20190110";
version = "239.20190219";
name = "systemd-${version}";

# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
Expand All @@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
owner = "NixOS";
repo = "systemd";
rev = "nixos-v${version}";
sha256 = "1m9mhv7b4kfa43z79106gpgxx51zlhvvfjrlmimdsvsiw72nzldj";
sha256 = "0aczg25ih2gfjq810x8rw6rnpr6sw1lz6z0lvlyw2qphyih68b4x";
};

prePatch = let
Expand Down

0 comments on commit 90f99f4

Please sign in to comment.