about summary refs log tree commit diff
path: root/pkgs/by-name/li
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-30 03:00:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-30 03:00:55 +0000
commit8b0c0a892fb411195bfc3cc39d276d319fa7aac9 (patch)
tree93779caa4fb8f7ee76dc36b1d65c3049126ace7f /pkgs/by-name/li
parent8cf34f783f4fa154880c53c8e17397a6560ece93 (diff)
limine: 7.4.0 -> 7.4.1
Diffstat (limited to 'pkgs/by-name/li')
-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 aa1c7afa3470c..3a5d77693523f 100644
--- a/pkgs/by-name/li/limine/package.nix
+++ b/pkgs/by-name/li/limine/package.nix
@@ -12,7 +12,7 @@
 }:
 
 let
-  version = "7.4.0";
+  version = "7.4.1";
 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-lPesgQENZkMbxl/4sh+wTR21QfPJg57CDmqTwcy4b2k=";
+    sha256 = "sha256-0SCy5msjWG9c1UHJka1typCTGh21VzHLfH5pMPMdEH0=";
   };
 
   nativeBuildInputs = [