mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
seabios: 1.11.0 -> 1.13.0 (#79880)
https://www.seabios.org/Releases#SeaBIOS_1.13.0
This commit is contained in:
parent
80d0a401d0
commit
28d8bc7251
|
@ -3,11 +3,11 @@
|
|||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "seabios";
|
||||
version = "1.11.0";
|
||||
version = "1.13.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://code.coreboot.org/p/seabios/downloads/get/${pname}-${version}.tar.gz";
|
||||
sha256 = "1xwvp77djxbxbxg82hzj26pv6zka3556vkdcp09hnfwapcp46av2";
|
||||
url = "https://www.seabios.org/downloads/${pname}-${version}.tar.gz";
|
||||
sha256 = "00z7vdahpxa37irlf8ld350dp6z9qfyfb56vbfqr319hsv13srrp";
|
||||
};
|
||||
|
||||
buildInputs = [ iasl python ];
|
||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||
It can run in an emulator or it can run natively on X86 hardware with the use of coreboot.
|
||||
SeaBIOS is the default BIOS for QEMU and KVM.
|
||||
'';
|
||||
homepage = http://www.seabios.org;
|
||||
homepage = "http://www.seabios.org";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = [ maintainers.tstrobel ];
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
|
|
Loading…
Reference in a new issue