···42# as bootloader for various platforms and corresponding binary and helper files.
43stdenv.mkDerivation (finalAttrs: {
44 pname = "limine";
45- version = "9.3.2";
4647 # 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-aYzNgErrlRIIv4hmekdoPMCZ4g5xDYIeTUJhEkfuuJQ=";
53 };
5455 enableParallelBuilding = true;
···42# as bootloader for various platforms and corresponding binary and helper files.
43stdenv.mkDerivation (finalAttrs: {
44 pname = "limine";
45+ version = "9.3.3";
4647 # 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-+yhHFt9SvYUl/tjfwZyR0OJK8+BDzieLS2AFY1VyNLE=";
53 };
5455 enableParallelBuilding = true;