From 9cf6fd89654cf1a0a4fecb6ce62904923165759d Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 11 Jul 2023 16:08:35 +0300 Subject: [PATCH] grub2; unstable-2023-07-03 -> 2.12-rc1 This is effectively a noop update. --- pkgs/tools/misc/grub/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/grub/default.nix b/pkgs/tools/misc/grub/default.nix index cd1e2b989d53..27702a6ba4a8 100644 --- a/pkgs/tools/misc/grub/default.nix +++ b/pkgs/tools/misc/grub/default.nix @@ -49,8 +49,8 @@ let src = fetchFromSavannah { repo = "grub"; - rev = "6425c12cd77ad51ad24be84c092aefacf0875089"; - hash = "sha256-PSCa993Reph6w9+leE4a/9E6vIALdOqU3FZEPwasFyk="; + rev = "grub-2.12-rc1"; + hash = "sha256-DrNFzi2o7ZUfL3bMdG63xivZIjcTgv8RODJz7hLJ3WY="; }; # HACK: the translations are stored on a different server, @@ -77,7 +77,7 @@ assert !(efiSupport && xenSupport); stdenv.mkDerivation rec { pname = "grub"; - version = "unstable-2023-07-03"; + version = "2.12-rc1"; inherit src; patches = [