Merge pull request #80059 from samueldr/update/refind/0.11.5

refind: 0.11.4 -> 0.11.5
This commit is contained in:
Lancelot SIX 2020-02-16 12:18:46 +01:00 committed by GitHub
commit 82945f364f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,12 @@ in
stdenv.mkDerivation rec {
pname = "refind";
version = "0.11.4";
version = "0.11.5";
srcName = "refind-src-${version}";
src = fetchurl {
url = "mirror://sourceforge/project/refind/${version}/${srcName}.tar.gz";
sha256 = "1bjd0dl77bc5k6g3kc7s8m57vpbg2zscph9qh84xll9rc10g3fir";
sha256 = "0pphl37y1zfrcai821aab9k097yp669hn1j07cas1nppinafg78v";
};
patches = [
@ -121,7 +121,7 @@ stdenv.mkDerivation rec {
Linux kernels that provide EFI stub support.
'';
homepage = http://refind.sourceforge.net/;
maintainers = [ maintainers.AndersonTorres ];
maintainers = with maintainers; [ AndersonTorres samueldr ];
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
license = licenses.gpl3Plus;
};