seabios: 1.7.5.2 -> 1.9.2

Also fixes the build
This commit is contained in:
Joachim Fasting 2016-06-28 01:56:19 +02:00
parent d5eec25ff9
commit b148be7ff9
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "seabios-${version}";
version = "1.7.5.2";
version = "1.9.2";
src = fetchurl {
url = "http://code.coreboot.org/p/seabios/downloads/get/${name}.tar.gz";
sha256 = "1syd3gi5gq0gj2pjvmdis64xc3j1xf0jgy49ngymap0pdpm0cmh0";
sha256 = "1rdvbqb374jimxbkk9yvk9rnzhkn0w0sbvi1l3gnz6ah1sdla7gh";
};
buildInputs = [ iasl python ];