1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

seabios: 1.9.3 -> 1.11.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.11.0 with grep in /nix/store/m55my69q0dc6rbvf7sfz3mln7vca1d53-seabios-1.11.0
- found 1.11.0 in filename of file in /nix/store/m55my69q0dc6rbvf7sfz3mln7vca1d53-seabios-1.11.0

cc "@tstrobel"
This commit is contained in:
Ryan Mulligan 2018-02-27 15:47:59 -08:00 committed by obadz
parent 6f073154da
commit 348f4b05dc

View file

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