Skip to content

Commit

Permalink
grub2: 2.04-rc1 -> 2.04 (NixOS#67622)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8ba94a8)
  • Loading branch information
herrwiese authored and dtzWill committed Sep 3, 2019
1 parent e89b4bb commit 687a30d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/tools/misc/grub/2.0x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let
canEfi = any (system: stdenv.hostPlatform.system == system) (mapAttrsToList (name: _: name) efiSystemsBuild);
inPCSystems = any (system: stdenv.hostPlatform.system == system) (mapAttrsToList (name: _: name) pcSystems);

version = "2.04-rc1";
version = "2.04";

in (

Expand All @@ -40,12 +40,13 @@ assert zfsSupport -> zfs != null;
assert !(efiSupport && xenSupport);

stdenv.mkDerivation rec {
name = "grub-${version}";
pname = "grub";
inherit version;

src = fetchgit {
url = "git://git.savannah.gnu.org/grub.git";
rev = name;
sha256 = "0xkcfxs0hbzvi33kg4abkayl8b7gym9sv8ljbwlh2kpz8i4kmnk0";
rev = "${pname}-${version}";
sha256 = "02gly3xw88pj4zzqjniv1fxa1ilknbq1mdk30bj6qy8n44g90i8w";
};

patches = [
Expand Down

0 comments on commit 687a30d

Please sign in to comment.