limine: 9.2.1 -> 9.2.2 (#395866)

authored by h7x4 and committed by GitHub ac748bb7 86d3b3c2

+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 = "9.2.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://github.com/limine-bootloader/limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz"; 52 - hash = "sha256-yHr8FMOKlWlSkkmkGADC6R4PHO7tHk38gwrJS/nPvvs="; 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 = "9.2.2"; 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://github.com/limine-bootloader/limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz"; 52 + hash = "sha256-uD3s117/uhAeRCex78gXSM9zIByFvjbjeVygkPXwgIM="; 53 }; 54 55 enableParallelBuilding = true;