1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

grub2: 2015-07-05 -> 2015-07-27

This commit is contained in:
William A. Kennington III 2015-08-03 14:12:14 -07:00
parent 1f103d8efc
commit f2d3b5ead9

View file

@ -20,7 +20,7 @@ let
canEfi = any (system: stdenv.system == system) (mapAttrsToList (name: _: name) efiSystems);
inPCSystems = any (system: stdenv.system == system) (mapAttrsToList (name: _: name) pcSystems);
version = "2.x-2015-07-05";
version = "2.x-2015-07-27";
unifont_bdf = fetchurl {
url = "http://unifoundry.com/unifont-5.1.20080820.bdf.gz";
@ -43,8 +43,8 @@ stdenv.mkDerivation rec {
src = fetchFromSavannah {
repo = "grub";
rev = "0d7c7f751dc5a8338497bef8b38f78153c4f0464";
sha256 = "1vkd7na3kp9ri4xsd3zznvnrjzz1qsz62fycg941pm2k18r3m7xd";
rev = "72fc110d95129410443b898e931ff7a1db75312e";
sha256 = "0l2hws8h1jhww5s0m8pkwdggacpqb7fvz2jx83syg7ynczpgzbxs";
};
nativeBuildInputs = [ autogen flex bison python autoconf automake ];