systemd: 245 -> 245.3

This commit is contained in:
Florian Klink 2020-04-16 20:21:35 +02:00
parent d2871a723a
commit b0b7f673dc

View File

@ -31,7 +31,7 @@ let gnupg-minimal = gnupg.override {
bzip2 = null;
};
in stdenv.mkDerivation {
version = "245";
version = "245.3";
pname = "systemd";
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
@ -39,8 +39,8 @@ in stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "systemd";
repo = "systemd-stable";
rev = "ea500ac513cf51bcb79a5666f1519499d029428f";
sha256 = "10jjj3maqhi6qschw9c45phjg9azpp84wlfackcqc20vj5dqm5sq";
rev = "0f5047b7d393cfba37f91e25cae559a0bc910582";
sha256 = "0wyh14gbvvpgdmk1mjgpxr9i4pv1i9n7pnwpa0gvjh6hq948fyn2";
};
patches = [