systemd: 258.2 -> 258.3 (#472183)

This commit is contained in:
Will Fancher
2025-12-28 12:23:31 +00:00
committed by GitHub
2 changed files with 8 additions and 6 deletions
+6 -3
View File
@@ -158,7 +158,8 @@ in
}
);
basicXbootldr = runTest (
# TODO: Fix on aarch64-linux
basicXbootldr = runTestOn [ "x86_64-linux" ] (
{ lib, ... }:
{
name = "systemd-boot-xbootldr";
@@ -282,7 +283,8 @@ in
}
);
update = runTest (
# TODO: Fix on aarch64-linux
update = runTestOn [ "x86_64-linux" ] (
{ lib, ... }:
{
name = "systemd-boot-update";
@@ -457,7 +459,8 @@ in
}
);
entryFilenameXbootldr = runTest (
# TODO: Fix on aarch64-linux
entryFilenameXbootldr = runTestOn [ "x86_64-linux" ] (
{ lib, ... }:
{
name = "systemd-boot-entry-filename-xbootldr";
+2 -3
View File
@@ -207,13 +207,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
inherit pname;
version = "258.2";
version = "258.3";
src = fetchFromGitHub {
owner = "systemd";
repo = "systemd";
rev = "v${finalAttrs.version}";
hash = "sha256-1iWeuNefDOIEUSTzxzvt+jfcs6sSMPhxQfdwp0mqUjQ=";
hash = "sha256-wpg/0z7xrB8ysPaa/zNp1mz+yYRCGyXz0ODZcKapovM=";
};
# On major changes, or when otherwise required, you *must* :
@@ -957,7 +957,6 @@ stdenv.mkDerivation (finalAttrs: {
systemd-initrd-luks-empty-passphrase
systemd-initrd-luks-password
systemd-initrd-luks-tpm2
systemd-initrd-luks-unl0kr
systemd-initrd-modprobe
systemd-initrd-shutdown
systemd-initrd-simple