gparted: 0.24.0 -> 0.25.0

Key changes include:
- Add progress bar during additional ext2/3/4 and ntfs operations
- Enhance SWRaid member detection and file system clearing
- Always use blkid file system detection before libparted

See the Release Notes for more details:
https://sourceforge.net/projects/gparted/files/gparted/gparted-0.25.0/gparted-0.25.0-README.md/view
This commit is contained in:
Tobias Geerinckx-Rice 2016-01-21 16:05:42 +01:00
parent 1bd1aea84e
commit 4d5293d8c3

View File

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gparted-0.24.0"; name = "gparted-0.25.0";
src = fetchurl { src = fetchurl {
sha256 = "0q6d1s9f4qgdivj4vm9w87qmdfyq8s65jzkhv05rp9cl72rqlf82"; sha256 = "1bllvj66rka8f9h9rfwvxaqrj4mbp2n2860ahnp9xm1195gnv69d";
url = "mirror://sourceforge/gparted/${name}.tar.bz2"; url = "mirror://sourceforge/gparted/${name}.tar.gz";
}; };
configureFlags = [ "--disable-doc" ]; configureFlags = [ "--disable-doc" ];