Merge pull request #303359 from r-ryantm/auto-update/limine

limine: 7.3.0 -> 7.3.1

authored by Weijia Wang and committed by GitHub 21105833 33b43b40

+2 -2
+2 -2
pkgs/by-name/li/limine/package.nix
··· 12 12 }: 13 13 14 14 let 15 - version = "7.3.0"; 15 + version = "7.3.1"; 16 16 in 17 17 # The output of the derivation is a tool to create bootable images using Limine 18 18 # as bootloader for various platforms and corresponding binary and helper files. ··· 24 24 # Packaging that in Nix is very cumbersome. 25 25 src = fetchurl { 26 26 url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"; 27 - sha256 = "sha256-iPi6u3iZOJfVRERrJVgH6q16aANnSGgBL5AtNuANrao="; 27 + sha256 = "sha256-xlOBBb281W9QT5Fv2Hgw/eyh7K3oyaNY1yU6WktbFro="; 28 28 }; 29 29 30 30 nativeBuildInputs = [