Merge pull request #77137 from dtzWill/fix/systemd-243.4-version

systemd: fix version after update to 243.4 (#76134)
This commit is contained in:
Florian Klink 2020-01-07 09:41:07 +01:00 committed by GitHub
commit 2eb2fccce5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ let gnupg-minimal = gnupg.override {
bzip2 = null;
};
in stdenv.mkDerivation {
version = "243.3";
version = "243.4";
pname = "systemd";
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!