File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242# as bootloader for various platforms and corresponding binary and helper files.
4343stdenv . mkDerivation ( finalAttrs : {
4444 pname = "limine" ;
45- version = "9.3.0 " ;
45+ version = "9.3.1 " ;
4646
4747 # We don't use the Git source but the release tarball, as the source has a
4848 # `./bootstrap` script performing network access to download resources.
4949 # Packaging that in Nix is very cumbersome.
5050 src = fetchurl {
5151 url = "https://github.com/limine-bootloader/limine/releases/download/v${ finalAttrs . version } /limine-${ finalAttrs . version } .tar.gz" ;
52- hash = "sha256-9rbkmPFt3BLehnkYAoktfO4AHq1C0wzGPJZm67KxbQs =" ;
52+ hash = "sha256-KRHWXrsJ1l9gFq0j2gB/MQobqNe3Z8rknrs4m7WMRFU =" ;
5353 } ;
5454
5555 enableParallelBuilding = true ;
You can’t perform that action at this time.
0 commit comments