systemd: 258.2 -> 258.3 (#472183)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user