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:
parent
d2b58dd39a
commit
ff04cf2522
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue