summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-01-02 01:41:52 +0100
committerGitHub <noreply@github.com>2020-01-02 01:41:52 +0100
commitb33e1a61f1d8fee2e0aee294271d1fd65cfacc61 (patch)
treefb1f3ce0b33dbab3a1ab983bb54ecfda403bc030 /pkgs/os-specific/linux/systemd
parent302a77a02cc75709bafa39953bfa84e03aa52e26 (diff)
parentfef59ca3a814310163b3a38d9c0f380c5d4a0917 (diff)
downloadnixpkgs-b33e1a61f1d8fee2e0aee294271d1fd65cfacc61.tar
nixpkgs-b33e1a61f1d8fee2e0aee294271d1fd65cfacc61.tar.gz
nixpkgs-b33e1a61f1d8fee2e0aee294271d1fd65cfacc61.tar.bz2
nixpkgs-b33e1a61f1d8fee2e0aee294271d1fd65cfacc61.tar.lz
nixpkgs-b33e1a61f1d8fee2e0aee294271d1fd65cfacc61.tar.xz
nixpkgs-b33e1a61f1d8fee2e0aee294271d1fd65cfacc61.tar.zst
nixpkgs-b33e1a61f1d8fee2e0aee294271d1fd65cfacc61.zip
Merge pull request #76134 from mayflower/systemd-v243.4
Systemd v243.4
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index 3462801c07c..214c9b75cea 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -36,10 +36,10 @@ in stdenv.mkDerivation {
   # When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
   # Also fresh patches should be cherry-picked from that tree to our current one.
   src = fetchFromGitHub {
-    owner = "NixOS";
+    owner = "nixos";
     repo = "systemd";
-    rev = "491a247eff9b7ce1e5877f5f3431517c95f3222f";
-    sha256 = "1xqiahapg480m165glrwqbfmc1fxw5sacdlm933cwyi1q8x4537g";
+    rev = "d8853d39a28b9884e0acd3ae5732a1e7caaf08af";
+    sha256 = "1wqm51i2czbbb3nara11mnxzqng4na1l8fvz7qnbxcrjsqm7hz18";
   };
 
   outputs = [ "out" "lib" "man" "dev" ];
@@ -263,6 +263,6 @@ in stdenv.mkDerivation {
     license = licenses.lgpl21Plus;
     platforms = platforms.linux;
     priority = 10;
-    maintainers = with maintainers; [ eelco andir mic92 ];
+    maintainers = with maintainers; [ andir eelco flokli mic92 ];
   };
 }