summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd/default.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-06-15 17:51:33 +0200
committerGitHub <noreply@github.com>2020-06-15 17:51:33 +0200
commitcba6d4f8c7aba33ae81ad4298a5ecc76a74fe13a (patch)
tree8d078c19cf0133c45f898be5f5ca8f30e246b5f8 /pkgs/os-specific/linux/systemd/default.nix
parent407a3d4c5e5c2685040a402c96c3228b4403c296 (diff)
parent08096e8ccf005b7bec460f5247f097aa1b997077 (diff)
downloadnixpkgs-cba6d4f8c7aba33ae81ad4298a5ecc76a74fe13a.tar
nixpkgs-cba6d4f8c7aba33ae81ad4298a5ecc76a74fe13a.tar.gz
nixpkgs-cba6d4f8c7aba33ae81ad4298a5ecc76a74fe13a.tar.bz2
nixpkgs-cba6d4f8c7aba33ae81ad4298a5ecc76a74fe13a.tar.lz
nixpkgs-cba6d4f8c7aba33ae81ad4298a5ecc76a74fe13a.tar.xz
nixpkgs-cba6d4f8c7aba33ae81ad4298a5ecc76a74fe13a.tar.zst
nixpkgs-cba6d4f8c7aba33ae81ad4298a5ecc76a74fe13a.zip
Merge pull request #90333 from flokli/systemd-245.6
systemd: 245.5 -> 245.6
Diffstat (limited to 'pkgs/os-specific/linux/systemd/default.nix')
-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 3235fb3b95c..cda9c9c066a 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -31,7 +31,7 @@ let gnupg-minimal = gnupg.override {
   bzip2 = null;
 };
 in stdenv.mkDerivation {
-  version = "245.5";
+  version = "245.6";
   pname = "systemd";
 
   # When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
@@ -39,8 +39,8 @@ in stdenv.mkDerivation {
   src = fetchFromGitHub {
     owner = "systemd";
     repo = "systemd-stable";
-    rev = "9a506b7e9291d997a920af9ac299e7b834368119";
-    sha256 = "19qd92hjlsljr6x5mbw1l2vdzz5y9hy7y7g0dwgpfifb0lwkxqbr";
+    rev = "aa0cb635f1f6a4d9b50ed2cca7782f3f751be933";
+    sha256 = "191f0r1g946bsqxky00z78wygsxi9pld11y2q4374bshnpsff2ll";
   };
 
   patches = [