gparted: 0.22.0 -> 0.23.0

Key changes include:
- Add partition name to create dialog and enable online naming
  (relevant for GPT partitioned disk)
- Show serial number in device information
- Add support for btrfs set new file system UUID
- Prevent UI hang when resizing FAT16/32, HFS and HFS+ file systems
This commit is contained in:
Tobias Geerinckx-Rice 2015-08-05 00:08:51 +02:00
parent 7c1a3da1c4
commit 6ee6e9fa57

View file

@ -3,10 +3,10 @@
}:
stdenv.mkDerivation rec {
name = "gparted-0.22.0";
name = "gparted-0.23.0";
src = fetchurl {
sha256 = "09vg5lxvh81x54ps5ayfjd4jl84wprn42i1wifnfmj44dqd5wxda";
sha256 = "0m57bni3nkbbqq920ydzvasy2qc5j6w6bdssyn12jk4157gxvlbz";
url = "mirror://sourceforge/gparted/${name}.tar.bz2";
};
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://gparted.sourceforge.net;
license = licenses.gpl2Plus;
platforms = with platforms; linux;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}