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:
aszlig 2013-07-12 18:38:41 +02:00
parent a4c333474c
commit b47e2c2ab6
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -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) ];