Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #74026 from andir/nixos-v243.3

systemd: v243 > v243.3

authored by

Linus Heckemann and committed by
GitHub
eefe16db 6d3b7458

+3 -3
+3 -3
pkgs/os-specific/linux/systemd/default.nix
··· 30 30 bzip2 = null; 31 31 }; 32 32 in stdenv.mkDerivation { 33 - version = "243"; 33 + version = "243.3"; 34 34 pname = "systemd"; 35 35 36 36 # When updating, use https://github.com/systemd/systemd-stable tree, not the development one! ··· 38 38 src = fetchFromGitHub { 39 39 owner = "NixOS"; 40 40 repo = "systemd"; 41 - rev = "d25cf413c6bff1b5a9d216a8830e3a90c9cad1de"; 42 - sha256 = "0ilvrnh3m7g0yflxl16fk52gkb1z0fwwk9ba5gs4005nzpl0c7i0"; 41 + rev = "491a247eff9b7ce1e5877f5f3431517c95f3222f"; 42 + sha256 = "1xqiahapg480m165glrwqbfmc1fxw5sacdlm933cwyi1q8x4537g"; 43 43 }; 44 44 45 45 outputs = [ "out" "lib" "man" "dev" ];