Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e0baf5182527
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 983890481b24
Choose a head ref
  • 4 commits
  • 1 file changed
  • 4 contributors

Commits on Feb 19, 2019

  1. Copy the full SHA
    e949145 View commit details

Commits on Feb 20, 2019

  1. Merge pull request #56071 from mayflower/pkg/systemd-239.20190219

    systemd: 239.20190110 -> 239.20190219
    andir authored Feb 20, 2019
    Copy the full SHA
    b7c899a View commit details

Commits on Feb 21, 2019

  1. Merge master into staging-next

    FRidh committed Feb 21, 2019
    Copy the full SHA
    c9d8f52 View commit details

Commits on Feb 22, 2019

  1. Merge branch 'staging-next'

    Just a systemd security patch.
    vcunat committed Feb 22, 2019
    Copy the full SHA
    9838904 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/systemd/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
@@ -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!
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
owner = "NixOS";
repo = "systemd";
rev = "nixos-v${version}";
sha256 = "1m9mhv7b4kfa43z79106gpgxx51zlhvvfjrlmimdsvsiw72nzldj";
sha256 = "0aczg25ih2gfjq810x8rw6rnpr6sw1lz6z0lvlyw2qphyih68b4x";
};

prePatch = let