summary refs log tree commit diff
path: root/pkgs/tools/misc/grub
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-05-15 17:45:37 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-05-15 18:38:15 -0700
commit484a7be8441857a28df37abfa12c8f62c0d3b8a6 (patch)
treec481e5a955c0a55abfd8a8d6c6271ed08e554370 /pkgs/tools/misc/grub
parent13a38440c6993438ec7847eb8f00ad66fb3fd946 (diff)
downloadnixpkgs-484a7be8441857a28df37abfa12c8f62c0d3b8a6.tar
nixpkgs-484a7be8441857a28df37abfa12c8f62c0d3b8a6.tar.gz
nixpkgs-484a7be8441857a28df37abfa12c8f62c0d3b8a6.tar.bz2
nixpkgs-484a7be8441857a28df37abfa12c8f62c0d3b8a6.tar.lz
nixpkgs-484a7be8441857a28df37abfa12c8f62c0d3b8a6.tar.xz
nixpkgs-484a7be8441857a28df37abfa12c8f62c0d3b8a6.tar.zst
nixpkgs-484a7be8441857a28df37abfa12c8f62c0d3b8a6.zip
grub2: 2015-04-24 -> 2015-05-14
Diffstat (limited to 'pkgs/tools/misc/grub')
-rw-r--r--pkgs/tools/misc/grub/2.0x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/grub/2.0x.nix b/pkgs/tools/misc/grub/2.0x.nix
index 501c6820df2..e33290e9852 100644
--- a/pkgs/tools/misc/grub/2.0x.nix
+++ b/pkgs/tools/misc/grub/2.0x.nix
@@ -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 ];