Skip to content

Commit

Permalink
Revert "grub2: 2.04-rc1 -> 2.04 (NixOS#67622)"
Browse files Browse the repository at this point in the history
This reverts commit 8ba94a8.

See NixOS#61718 for rationale.
  • Loading branch information
lheckemann committed Oct 4, 2019
1 parent 0dc92e0 commit 4eb9725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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";
version = "2.04-rc1";

in (

Expand All @@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "git://git.savannah.gnu.org/grub.git";
rev = "${pname}-${version}";
sha256 = "02gly3xw88pj4zzqjniv1fxa1ilknbq1mdk30bj6qy8n44g90i8w";
sha256 = "0xkcfxs0hbzvi33kg4abkayl8b7gym9sv8ljbwlh2kpz8i4kmnk0";
};

patches = [
Expand Down

0 comments on commit 4eb9725

Please sign in to comment.