Skip to content

Commit

Permalink
uefisettings: unstable-2024-02-20 -> 0-unstable-2024-03-26
Browse files Browse the repository at this point in the history
  • Loading branch information
surfaceflinger committed Mar 28, 2024
1 parent 893bfe0 commit 7eb422e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions pkgs/by-name/ue/uefisettings/package.nix
Expand Up @@ -5,19 +5,25 @@

rustPlatform.buildRustPackage {
name = "uefisettings";
version = "unstable-2024-02-20";
version = "0-unstable-2024-03-26";

src = fetchFromGitHub {
owner = "linuxboot";
repo = "uefisettings";
rev = "eae8b8b622b7ac3c572eeb3b3513ed623e272fcc";
hash = "sha256-zLgrxYBj5bEMZRw5sKWqKuV3jQOJ6dnzbzpoqE0OhKs=";
rev = "f90aed759b9c2217bea336e37ab5282616ece390";
hash = "sha256-Cik8uVdzhMmgXfx23axkUJBg8zd5afMgYvluN0BJsdo=";
};

cargoHash = "sha256-FCQ/1E6SZyVOOAlpqyaDWEZx0y0Wk3Caosvr48VamAA=";

# Tests expect filesystem access to directories like /proc
doCheck = false;
checkFlags = [
# Expects filesystem access to /proc and rootfs
"--skip=hii::efivarfs::tests::test_get_current_mount_flags_for_proc"
"--skip=hii::efivarfs::tests::test_get_current_mount_flags_for_root"
# Expects FHS
"--skip=ilorest::blobstore::Transport"
"--skip=ilorest::chif::IloRestChif"
];

meta = with lib; {
description = "CLI tool to read/get/extract and write/change/modify BIOS/UEFI settings.";
Expand Down

0 comments on commit 7eb422e

Please sign in to comment.