3
0
Fork 0
forked from mirrors/nixpkgs

gparted: 0.26.0 -> 0.26.1

Key changes include:
- Ensure boot loaders work on ext4 < 16 TiB by using 32bit feature
- Fix core dump crash in OperationDelete::get_partition_new()

More: https://sourceforge.net/projects/gparted/files/gparted/gparted-0.26.1/gparted-0.26.1-README.md/view
This commit is contained in:
Tobias Geerinckx-Rice 2016-06-13 19:33:47 +02:00
parent d2b58dd39a
commit ff04cf2522
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -4,10 +4,10 @@
}:
stdenv.mkDerivation rec {
name = "gparted-0.26.0";
name = "gparted-0.26.1";
src = fetchurl {
sha256 = "1d3zw99yd1v0gqhcxff35wqz34xi6ps7q9j1bn11sghqihr3kwxw";
sha256 = "1h9d6x335wxpm49yphzm9n1hbh2hcg0p2rphv76mrvsss91bcm1g";
url = "mirror://sourceforge/gparted/${name}.tar.gz";
};