summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/bootloaders
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-10-17 15:55:54 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-10-17 15:55:54 +0200
commitaf8850eed6fa76be48f20dd6f2fc90a6a5f4a98a (patch)
treeaeb649bd352edab7f7e247f71c83de0873526b76 /pkgs/tools/bootloaders
parentc326b139394670888751f22c277f773c79a35ec3 (diff)
refind: 0.8.4 -> 0.9.2
Diffstat (limited to 'pkgs/tools/bootloaders')
-rw-r--r--pkgs/tools/bootloaders/refind/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/bootloaders/refind/default.nix b/pkgs/tools/bootloaders/refind/default.nix
index aa44c1924bf6..896a02be2b54 100644
--- a/pkgs/tools/bootloaders/refind/default.nix
+++ b/pkgs/tools/bootloaders/refind/default.nix
@@ -7,11 +7,11 @@ stdenv.mkDerivation rec {
name = "refind-${version}";
srcName = "refind-src-${version}";
- version = "0.8.4";
+ version = "0.9.2";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/refind/${version}/${srcName}.zip";
- sha256 = "09g6x41fc7vvwv2y9kggjmazyhdvkn8qr02v769x33f20bfiz2zc";
+ sha256 = "0ai150rzx20sfl92j6y1p6qnyy0wbmazrlp2fg19acs98qyxl8lh";
};
buildInputs = [ unzip gnu-efi efibootmgr dosfstools imagemagick ];