summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-09-23 09:40:03 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-09-23 09:43:32 +0100
commit53fb1c512aa2f56f1791eddfc2f0670089ab5e6f (patch)
tree217ecce50c87d089e0b9911068c563bc81afbc37 /pkgs/os-specific/linux/systemd
parente675e2763eab75ee5064822592f387df9367c121 (diff)
downloadnixpkgs-53fb1c512aa2f56f1791eddfc2f0670089ab5e6f.tar
nixpkgs-53fb1c512aa2f56f1791eddfc2f0670089ab5e6f.tar.gz
nixpkgs-53fb1c512aa2f56f1791eddfc2f0670089ab5e6f.tar.bz2
nixpkgs-53fb1c512aa2f56f1791eddfc2f0670089ab5e6f.tar.lz
nixpkgs-53fb1c512aa2f56f1791eddfc2f0670089ab5e6f.tar.xz
nixpkgs-53fb1c512aa2f56f1791eddfc2f0670089ab5e6f.tar.zst
nixpkgs-53fb1c512aa2f56f1791eddfc2f0670089ab5e6f.zip
systemd: make sysinit.target depend on local-fs.target again
This change was re-introduced when updating to systemd 243.
Also see: https://github.com/NixOS/nixpkgs/pull/67858
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index 33f11316f40..ad7a74b0fa7 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -27,8 +27,8 @@ in stdenv.mkDerivation {
   src = fetchFromGitHub {
     owner = "NixOS";
     repo = "systemd";
-    rev = "7019836a26ebdc1ba20c03d06dbb3a613833bd0f";
-    sha256 = "0ywaq5jfy177k4q5hwr43v66sz62l1bqhgyxs2vk9m1d5kvrjwk6";
+    rev = "ccec67cab6c0fda85a1762eee7aeea422a0dc15e";
+    sha256 = "12nq2ah33amhyfma464a4ssf90wh2ai8c7w55j381cks8jliny40";
   };
 
   outputs = [ "out" "lib" "man" "dev" ];