mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:08:03 +00:00
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:
parent
7c1a3da1c4
commit
6ee6e9fa57
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user