Skip to content

Commit

Permalink
systemd: 245.6 -> 245.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored and FRidh committed Aug 5, 2020
1 parent 41f03e6 commit 9f911ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/systemd/default.nix
Expand Up @@ -31,16 +31,16 @@ let gnupg-minimal = gnupg.override {
bzip2 = null;
};
in stdenv.mkDerivation {
version = "245.6";
version = "245.7";
pname = "systemd";

# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
# Also fresh patches should be cherry-picked from that tree to our current one.
src = fetchFromGitHub {
owner = "systemd";
repo = "systemd-stable";
rev = "aa0cb635f1f6a4d9b50ed2cca7782f3f751be933";
sha256 = "191f0r1g946bsqxky00z78wygsxi9pld11y2q4374bshnpsff2ll";
rev = "1e6233ed07f7af08550fffa7a885cac1ac67a2c3";
sha256 = "1hd5kc3mm7mg4i7hhi82wg4cpg4fpi2k6hzjq9sv07pkn2lw390w";
};

patches = [
Expand Down

0 comments on commit 9f911ab

Please sign in to comment.