···1212}:
13131414let
1515- version = "7.3.0";
1515+ version = "7.3.1";
1616in
1717# The output of the derivation is a tool to create bootable images using Limine
1818# as bootloader for various platforms and corresponding binary and helper files.
···2424 # Packaging that in Nix is very cumbersome.
2525 src = fetchurl {
2626 url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
2727- sha256 = "sha256-iPi6u3iZOJfVRERrJVgH6q16aANnSGgBL5AtNuANrao=";
2727+ sha256 = "sha256-xlOBBb281W9QT5Fv2Hgw/eyh7K3oyaNY1yU6WktbFro=";
2828 };
29293030 nativeBuildInputs = [