From bf993ea3cb2c89a32c9d0fdf49432374ec51a56b Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 25 Jul 2023 00:17:55 +0200 Subject: systemd: 254-rc2 -> 254-rc3 https://github.com/systemd/systemd/commit/739bbc58693473b6daa5ab4302f123d2c5fd04ce --- pkgs/os-specific/linux/systemd/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/os-specific/linux/systemd/default.nix') 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, -- cgit 1.4.1