about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-29 02:54:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-29 02:54:05 +0000
commit88ae3fd72aac2a0d979bf688a014c387a9e89173 (patch)
tree0ab0f43375e5203f0a869cd81f6ecd6c7e41db0a
parentfb2cf0194efda0850544c6e3239c6d941aeefee6 (diff)
limine: 7.5.2 -> 7.5.3
-rw-r--r--pkgs/by-name/li/limine/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/li/limine/package.nix b/pkgs/by-name/li/limine/package.nix
index 464c57dce72e0..22eb4625cb560 100644
--- a/pkgs/by-name/li/limine/package.nix
+++ b/pkgs/by-name/li/limine/package.nix
@@ -12,7 +12,7 @@
 }:
 
 let
-  version = "7.5.2";
+  version = "7.5.3";
 in
 # The output of the derivation is a tool to create bootable images using Limine
 # as bootloader for various platforms and corresponding binary and helper files.
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
   # Packaging that in Nix is very cumbersome.
   src = fetchurl {
     url = "https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz";
-    sha256 = "sha256-l9ax89rNbQs8eNyuljdEXCvY5GRXsN9qzIDrsi76iEg=";
+    sha256 = "sha256-zuBHPuS+vdtSDfoRm6J0VdIYV3MtZtwW5qzCjDNmQKk=";
   };
 
   nativeBuildInputs = [