grub2: 2015-10-13 -> 2015-11-16

This commit is contained in:
William A. Kennington III 2015-11-17 21:16:01 -08:00
parent 2e595e32f6
commit 349e50734e

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-10-13";
version = "2.x-2015-11-16";
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 = "a3645c1240a0b89c3b51593bd3efc14fe66d67cf";
sha256 = "0vxc2hi4qgv3hm90q6m3s5a9xi3j40fkc0wqv09hfkw25rabqk60";
rev = "50d6f38febe80d4d3088dae1ee639b341787ab71";
sha256 = "1pyn2qa8hwiabhgnzj86y4b69y4a37dh5n0j4csmm7xmgc13vvww";
};
nativeBuildInputs = [ autogen flex bison python autoconf automake ];