mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 06:31:20 +00:00
nixpart: New upstream version 0.4.0.
Changes are: - Properly detect GPT disklabels and create proper BIOS boot partitions if necessary. - Return exit code 100 if reboot is required due to the kernel not picking up the new partition table. - Don't include BIOS boot partition in GRUB devices. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
a4c333474c
commit
b47e2c2ab6
@ -9,11 +9,11 @@ let
|
||||
};
|
||||
in buildPythonPackage rec {
|
||||
name = "nixpart-${version}";
|
||||
version = "0.3.0";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/aszlig/nixpart/archive/v${version}.tar.gz";
|
||||
sha256 = "0v47vgj79k1idsvw7gd3g2vm5zfb2g4i2935y9sd2av5rb2w4c05";
|
||||
sha256 = "1kgiyqh7gndr0zs3qgi6r0dpy5p71d32c2k9kbd8pjf2xyyb6fk6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ (blivet.override blivetOverrides) ];
|
||||
|
Loading…
Reference in New Issue
Block a user