summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-10-05 15:02:39 +0200
committerGitHub <noreply@github.com>2020-10-05 15:02:39 +0200
commit2d92e695ba2856e62b61937352e86492ed22786e (patch)
treef8e57c3d878150a7cbf9cb4f32eca863a06a81b9 /pkgs/os-specific
parentd1e26fd696394e53f1ad8b557680af9551f8f230 (diff)
parent249b6f6b83177605a366c71177e38acf037b1bbe (diff)
downloadnixpkgs-2d92e695ba2856e62b61937352e86492ed22786e.tar
nixpkgs-2d92e695ba2856e62b61937352e86492ed22786e.tar.gz
nixpkgs-2d92e695ba2856e62b61937352e86492ed22786e.tar.bz2
nixpkgs-2d92e695ba2856e62b61937352e86492ed22786e.tar.lz
nixpkgs-2d92e695ba2856e62b61937352e86492ed22786e.tar.xz
nixpkgs-2d92e695ba2856e62b61937352e86492ed22786e.tar.zst
nixpkgs-2d92e695ba2856e62b61937352e86492ed22786e.zip
Merge pull request #97989 from flokli/systemd-246.5
systemd: 246.4 -> 246.6
Diffstat (limited to 'pkgs/os-specific')
-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 02b2a2d5168..bf789970c12 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -18,7 +18,7 @@
 }:
 
 let
-  version = "246.4";
+  version = "246.6";
 in stdenv.mkDerivation {
   inherit version;
   pname = "systemd";
@@ -29,7 +29,7 @@ in stdenv.mkDerivation {
     owner = "systemd";
     repo = "systemd-stable";
     rev = "v${version}";
-    sha256 = "0ns12w55yv680p4l7f2i9il7scdph7hips68d9k8cyvxk2w9xg0x";
+    sha256 = "1yhj2jlighqqpw1xk9q52f3pncjn47ipi224k35d6syb94q2b988";
   };
 
   # If these need to be regenerated, `git am path/to/00*.patch` them into a