summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-07-15 13:09:48 +0200
committernikstur <nikstur@outlook.com>2023-09-13 12:02:39 +0200
commitded7958b99cb525987bf8db736c07db8f9c53c12 (patch)
tree4f6d50062116aca1d0a78679aae72e0138e61bb2
parentfe6e29938174d1548bdcf02e0100824b272442ed (diff)
downloadnixpkgs-ded7958b99cb525987bf8db736c07db8f9c53c12.tar
nixpkgs-ded7958b99cb525987bf8db736c07db8f9c53c12.tar.gz
nixpkgs-ded7958b99cb525987bf8db736c07db8f9c53c12.tar.bz2
nixpkgs-ded7958b99cb525987bf8db736c07db8f9c53c12.tar.lz
nixpkgs-ded7958b99cb525987bf8db736c07db8f9c53c12.tar.xz
nixpkgs-ded7958b99cb525987bf8db736c07db8f9c53c12.tar.zst
nixpkgs-ded7958b99cb525987bf8db736c07db8f9c53c12.zip
systemd: 254-rc1 -> 254-rc2
-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 4bd30a29ddc..12ab5088b42 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-rc1";
+  version = "254-rc2";
 
   # 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-rc1";
-    hash = "sha256-66moj7uYOaI+PHkl5HX/RrwfupCR1bAWlQ6z6+sMhRk=";
+    rev = "v254-rc2";
+    hash = "sha256-vJJKwUn4Qa2P71+4ZeLHAYH+kJMrDCuiV9dERqZW6js=";
   };
 
   # On major changes, or when otherwise required, you *must* reformat the patches,