summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-11-01 10:23:29 +0000
committerGitHub <noreply@github.com>2018-11-01 10:23:29 +0000
commiteca0826b016325fef29477b383fc1b40b92a14af (patch)
tree9c1a0b8a27bc1687ad9cea9200114486495db98f /pkgs/os-specific/linux
parentb3bff5c249aecff11769ef0dbd9ae2747163d3ac (diff)
parenta7912ecc85af6cd9091eb913a114a08baf5312e6 (diff)
downloadnixlib-eca0826b016325fef29477b383fc1b40b92a14af.tar
nixlib-eca0826b016325fef29477b383fc1b40b92a14af.tar.gz
nixlib-eca0826b016325fef29477b383fc1b40b92a14af.tar.bz2
nixlib-eca0826b016325fef29477b383fc1b40b92a14af.tar.lz
nixlib-eca0826b016325fef29477b383fc1b40b92a14af.tar.xz
nixlib-eca0826b016325fef29477b383fc1b40b92a14af.tar.zst
nixlib-eca0826b016325fef29477b383fc1b40b92a14af.zip
Merge pull request #49529 from NixOS/package/systemd-v239.20181031
systemd: 239 -> 239.20181031
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index db64b8e6f6de..2a17a0a2875f 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -18,7 +18,7 @@ let
   pythonLxmlEnv = buildPackages.python3Packages.python.withPackages ( ps: with ps; [ python3Packages.lxml ]);
 
 in stdenv.mkDerivation rec {
-  version = "239";
+  version = "239.20181031";
   name = "systemd-${version}";
 
   # When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
@@ -26,8 +26,8 @@ in stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "NixOS";
     repo = "systemd";
-    rev = "31859ddd35fc3fa82a583744caa836d356c31d7f";
-    sha256 = "1xci0491j95vdjgs397n618zii3sgwnvanirkblqqw6bcvcjvir1";
+    rev = "nixos-v${version}";
+    sha256 = "1rzl0iqrpa4ajvama5k3cb3yc7893c55kzcxkl3cyavpdzsw5505";
   };
 
   outputs = [ "out" "lib" "man" "dev" ];
@@ -91,6 +91,7 @@ in stdenv.mkDerivation rec {
     "-Dsulogin-path=${utillinux}/bin/sulogin"
     "-Dmount-path=${utillinux}/bin/mount"
     "-Dumount-path=${utillinux}/bin/umount"
+    "-Ddns-over-tls=false"
   ];
 
   preConfigure = ''