summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-08-03 14:12:14 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-08-03 14:12:14 -0700
commitf2d3b5ead934a3334f67405cddc705273e736ef1 (patch)
tree4ec1077f4eae04a2e2ccc57a73d9f01265649a75 /pkgs/tools
parent1f103d8efcdf1bce862225e36dac4ebb8b969696 (diff)
downloadnixlib-f2d3b5ead934a3334f67405cddc705273e736ef1.tar
nixlib-f2d3b5ead934a3334f67405cddc705273e736ef1.tar.gz
nixlib-f2d3b5ead934a3334f67405cddc705273e736ef1.tar.bz2
nixlib-f2d3b5ead934a3334f67405cddc705273e736ef1.tar.lz
nixlib-f2d3b5ead934a3334f67405cddc705273e736ef1.tar.xz
nixlib-f2d3b5ead934a3334f67405cddc705273e736ef1.tar.zst
nixlib-f2d3b5ead934a3334f67405cddc705273e736ef1.zip
grub2: 2015-07-05 -> 2015-07-27
Diffstat (limited to 'pkgs/tools')
-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 f8f0f0880792..2880666e8db2 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.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 ];