about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-21 16:05:42 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-21 16:10:36 +0100
commit4d5293d8c37e66dd18e9539cf65fc79391e8d301 (patch)
tree883b6dbb72dc706920b81ef700b7f48c01e4e6fa /pkgs/tools
parent1bd1aea84ec5b719884604523691471a1a0a92a4 (diff)
downloadnixlib-4d5293d8c37e66dd18e9539cf65fc79391e8d301.tar
nixlib-4d5293d8c37e66dd18e9539cf65fc79391e8d301.tar.gz
nixlib-4d5293d8c37e66dd18e9539cf65fc79391e8d301.tar.bz2
nixlib-4d5293d8c37e66dd18e9539cf65fc79391e8d301.tar.lz
nixlib-4d5293d8c37e66dd18e9539cf65fc79391e8d301.tar.xz
nixlib-4d5293d8c37e66dd18e9539cf65fc79391e8d301.tar.zst
nixlib-4d5293d8c37e66dd18e9539cf65fc79391e8d301.zip
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
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/gparted/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/gparted/default.nix b/pkgs/tools/misc/gparted/default.nix
index be5eb0e66214..808fb2c841c0 100644
--- a/pkgs/tools/misc/gparted/default.nix
+++ b/pkgs/tools/misc/gparted/default.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "gparted-0.24.0";
+  name = "gparted-0.25.0";
 
   src = fetchurl {
-    sha256 = "0q6d1s9f4qgdivj4vm9w87qmdfyq8s65jzkhv05rp9cl72rqlf82";
-    url = "mirror://sourceforge/gparted/${name}.tar.bz2";
+    sha256 = "1bllvj66rka8f9h9rfwvxaqrj4mbp2n2860ahnp9xm1195gnv69d";
+    url = "mirror://sourceforge/gparted/${name}.tar.gz";
   };
 
   configureFlags = [ "--disable-doc" ];