summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd/default.nix
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-08-11 09:33:22 +0100
committerSergei Trofimovich <slyich@gmail.com>2022-08-11 09:33:22 +0100
commit7659f31d69e512e19e1242c79f73227b69e2b8c5 (patch)
treeb39dc6fc48bbf21e3a57d2d90625005f28c47c15 /pkgs/os-specific/linux/systemd/default.nix
parentaaa1c973c8c189195e1b1a702d3b74dbcde91538 (diff)
downloadnixpkgs-7659f31d69e512e19e1242c79f73227b69e2b8c5.tar
nixpkgs-7659f31d69e512e19e1242c79f73227b69e2b8c5.tar.gz
nixpkgs-7659f31d69e512e19e1242c79f73227b69e2b8c5.tar.bz2
nixpkgs-7659f31d69e512e19e1242c79f73227b69e2b8c5.tar.lz
nixpkgs-7659f31d69e512e19e1242c79f73227b69e2b8c5.tar.xz
nixpkgs-7659f31d69e512e19e1242c79f73227b69e2b8c5.tar.zst
nixpkgs-7659f31d69e512e19e1242c79f73227b69e2b8c5.zip
systemd: 251.3 -> 251.4
Notable change is binutils-2.39 support.

Changes: https://github.com/systemd/systemd-stable/compare/v251.3...v251.4
Diffstat (limited to 'pkgs/os-specific/linux/systemd/default.nix')
-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 348f0e11342..7f1aee51b48 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -127,7 +127,7 @@ assert withCryptsetup -> (cryptsetup != null);
 let
   wantCurl = withRemote || withImportd;
   wantGcrypt = withResolved || withImportd;
-  version = "251.3";
+  version = "251.4";
 
   # Bump this variable on every (major) version change. See below (in the meson options list) for why.
   # command:
@@ -144,7 +144,7 @@ stdenv.mkDerivation {
     owner = "systemd";
     repo = "systemd-stable";
     rev = "v${version}";
-    sha256 = "sha256-vcj+k/duRID2R+wGQIyq+dVRrFYNQTsjHya6k0hmZxk=";
+    sha256 = "sha256-lfG6flT1k8LZBAdDK+cF9RjmJMkHMJquMjQK3MINFd8=";
   };
 
   # On major changes, or when otherwise required, you *must* reformat the patches,