summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd/default.nix
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-07-25 00:17:55 +0200
committernikstur <nikstur@outlook.com>2023-09-13 12:02:40 +0200
commitbf993ea3cb2c89a32c9d0fdf49432374ec51a56b (patch)
tree27917ef41a457f4399c4a5b1b45f89b18430fa3b /pkgs/os-specific/linux/systemd/default.nix
parentded7958b99cb525987bf8db736c07db8f9c53c12 (diff)
downloadnixpkgs-bf993ea3cb2c89a32c9d0fdf49432374ec51a56b.tar
nixpkgs-bf993ea3cb2c89a32c9d0fdf49432374ec51a56b.tar.gz
nixpkgs-bf993ea3cb2c89a32c9d0fdf49432374ec51a56b.tar.bz2
nixpkgs-bf993ea3cb2c89a32c9d0fdf49432374ec51a56b.tar.lz
nixpkgs-bf993ea3cb2c89a32c9d0fdf49432374ec51a56b.tar.xz
nixpkgs-bf993ea3cb2c89a32c9d0fdf49432374ec51a56b.tar.zst
nixpkgs-bf993ea3cb2c89a32c9d0fdf49432374ec51a56b.zip
systemd: 254-rc2 -> 254-rc3
https://github.com/systemd/systemd/commit/739bbc58693473b6daa5ab4302f123d2c5fd04ce
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 12ab5088b42..46418811686 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -152,7 +152,7 @@ assert withRepart -> withCryptsetup;
 let
   wantCurl = withRemote || withImportd;
   wantGcrypt = withResolved || withImportd;
-  version = "254-rc2";
+  version = "254-rc3";
 
   # Bump this variable on every (major) version change. See below (in the meson options list) for why.
   # command:
@@ -168,8 +168,8 @@ stdenv.mkDerivation (finalAttrs: {
   src = fetchFromGitHub {
     owner = "systemd";
     repo = "systemd";
-    rev = "v254-rc2";
-    hash = "sha256-vJJKwUn4Qa2P71+4ZeLHAYH+kJMrDCuiV9dERqZW6js=";
+    rev = "v254-rc3";
+    hash = "sha256-7f2yP2tJ15JRasq8JtDL8IFOOFiAJEuKzW5lKScdInM=";
   };
 
   # On major changes, or when otherwise required, you *must* reformat the patches,