about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-28 11:47:01 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-28 11:48:30 -0400
commitc9585528288c0c330486d29cddce1a7e10aa1a59 (patch)
treebbe272454f0bc70305c8d182f89e878d93efdae8 /pkgs/os-specific/linux/systemd
parent1bcbffc8c5cff2c957961405703173963b2b4e87 (diff)
downloadnixlib-c9585528288c0c330486d29cddce1a7e10aa1a59.tar
nixlib-c9585528288c0c330486d29cddce1a7e10aa1a59.tar.gz
nixlib-c9585528288c0c330486d29cddce1a7e10aa1a59.tar.bz2
nixlib-c9585528288c0c330486d29cddce1a7e10aa1a59.tar.lz
nixlib-c9585528288c0c330486d29cddce1a7e10aa1a59.tar.xz
nixlib-c9585528288c0c330486d29cddce1a7e10aa1a59.tar.zst
nixlib-c9585528288c0c330486d29cddce1a7e10aa1a59.zip
systemd: Update to 193
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index 1d44b899edff..abacee62ff36 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -6,11 +6,11 @@
 assert stdenv.gcc.libc or null != null;
 
 stdenv.mkDerivation rec {
-  name = "systemd-192";
+  name = "systemd-193";
 
   src = fetchurl {
     url = "http://www.freedesktop.org/software/systemd/${name}.tar.xz";
-    sha256 = "03y3y1w3x7bx67jvdxryhns3h1g6nrllln46gqipp35n99alki2m";
+    sha256 = "1k8fmii15127y4b2kc9id2vkmrjdsbq3kv6fi308k72azbhnpnxr";
   };
 
   patches = [ ./reexec.patch ];
@@ -91,6 +91,6 @@ stdenv.mkDerivation rec {
     homepage = "http://www.freedesktop.org/wiki/Software/systemd";
     description = "A system and service manager for Linux";
     platforms = stdenv.lib.platforms.linux;
-    maintainers = [ stdenv.lib.maintainers.simons ];
+    maintainers = [ stdenv.lib.maintainers.eelco stdenv.lib.maintainers.simons ];
   };
 }