mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
grub2: 2015-04-24 -> 2015-05-14
This commit is contained in:
parent
13a38440c6
commit
484a7be844
@ -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.02-git-2015-04-24";
|
||||
version = "2.02-git-2015-05-14";
|
||||
|
||||
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 = "70b002de55abbfd6b2d2f2ea4408078d93c9e0de";
|
||||
sha256 = "1bhm1yxjmckzn45v70lzmz0qpj5prhb4iyiyqqw8rvyykcixw5qk";
|
||||
rev = "5370dcfdae66b60cff3507ad925300a679fe4117";
|
||||
sha256 = "1v4a3shcgfxjifwddmn3d0lyg3db1d3k87x5nchy7cyiss55jx1s";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autogen flex bison python autoconf automake ];
|
||||
|
Loading…
Reference in New Issue
Block a user