mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
systemd: v243 -> v243.3
This commit is contained in:
parent
da8e001b12
commit
d5914d7d68
@ -30,7 +30,7 @@ let gnupg-minimal = gnupg.override {
|
||||
bzip2 = null;
|
||||
};
|
||||
in stdenv.mkDerivation {
|
||||
version = "243";
|
||||
version = "243.3";
|
||||
pname = "systemd";
|
||||
|
||||
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
|
||||
@ -38,8 +38,8 @@ in stdenv.mkDerivation {
|
||||
src = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "systemd";
|
||||
rev = "d25cf413c6bff1b5a9d216a8830e3a90c9cad1de";
|
||||
sha256 = "0ilvrnh3m7g0yflxl16fk52gkb1z0fwwk9ba5gs4005nzpl0c7i0";
|
||||
rev = "491a247eff9b7ce1e5877f5f3431517c95f3222f";
|
||||
sha256 = "1xqiahapg480m165glrwqbfmc1fxw5sacdlm933cwyi1q8x4537g";
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" "man" "dev" ];
|
||||
|
Loading…
Reference in New Issue
Block a user