refind: 0.13.2 -> 0.13.3.1
Among other fixes contains support for newer gnu-efi. Added boot.uefiCdrom test. Changes: https://sourceforge.net/p/refind/code/ci/master/tree/NEWS.txt
This commit is contained in:
parent
c1602f79c3
commit
4839ffca1f
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, gnu-efi }:
|
{ lib, stdenv, fetchurl, gnu-efi, nixosTests }:
|
||||||
|
|
||||||
let
|
let
|
||||||
archids = {
|
archids = {
|
||||||
@ -14,11 +14,11 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "refind";
|
pname = "refind";
|
||||||
version = "0.13.2";
|
version = "0.13.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/refind/${version}/${pname}-src-${version}.tar.gz";
|
url = "mirror://sourceforge/project/refind/${version}/${pname}-src-${version}.tar.gz";
|
||||||
sha256 = "0w6990ggns4xsdmgj3aq527q15frrxfmxwa3m6igabd4ai498n6x";
|
sha256 = "1lfgqqiyl6isy25wrxzyi3s334ii057g88714igyjjmxh47kygks";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -107,6 +107,10 @@ stdenv.mkDerivation rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
uefiCdrom = nixosTests.boot.uefiCdrom;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A graphical {,U}EFI boot manager";
|
description = "A graphical {,U}EFI boot manager";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user