systemd: fix version after update to 243.4 (#76134)
This commit is contained in:
parent
4a91444aa8
commit
2fa60a6565
@ -30,7 +30,7 @@ let gnupg-minimal = gnupg.override {
|
|||||||
bzip2 = null;
|
bzip2 = null;
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
version = "243.3";
|
version = "243.4";
|
||||||
pname = "systemd";
|
pname = "systemd";
|
||||||
|
|
||||||
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
|
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user