limine: 10.0.0 -> 10.0.1 (#445272)

authored by Masum Reza and committed by GitHub cf4a71fd bd8736b9

+2 -2
+2 -2
pkgs/by-name/li/limine/package.nix
··· 42 # as bootloader for various platforms and corresponding binary and helper files. 43 stdenv.mkDerivation (finalAttrs: { 44 pname = "limine"; 45 - version = "10.0.0"; 46 47 # We don't use the Git source but the release tarball, as the source has a 48 # `./bootstrap` script performing network access to download resources. 49 # Packaging that in Nix is very cumbersome. 50 src = fetchurl { 51 url = "https://codeberg.org/Limine/Limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz"; 52 - hash = "sha256-y709MUhV/SwohrKCHUW2iLAlQ/RzLxn1AeTVVo4Mf4c="; 53 }; 54 55 enableParallelBuilding = true;
··· 42 # as bootloader for various platforms and corresponding binary and helper files. 43 stdenv.mkDerivation (finalAttrs: { 44 pname = "limine"; 45 + version = "10.0.1"; 46 47 # We don't use the Git source but the release tarball, as the source has a 48 # `./bootstrap` script performing network access to download resources. 49 # Packaging that in Nix is very cumbersome. 50 src = fetchurl { 51 url = "https://codeberg.org/Limine/Limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz"; 52 + hash = "sha256-7P8N/HomleQBnoaX6S5V7KwX1GYVIY7XkUYU9Xo9jlk="; 53 }; 54 55 enableParallelBuilding = true;