Merge pull request #48515 from r-ryantm/auto-update/fatsort

fatsort: 1.4.2.439 -> 1.5.0.456
This commit is contained in:
Jörg Thalheim 2018-10-16 12:16:56 +01:00 committed by GitHub
commit a65f0b3d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, help2man}:
stdenv.mkDerivation rec {
version = "1.4.2.439";
version = "1.5.0.456";
name = "fatsort-${version}";
src = fetchurl {
url = "mirror://sourceforge/fatsort/${name}.tar.xz";
sha256 = "1q51qq69854kr12knhyqjv7skj95qld6j04pv5v3xvxs0y9zkg5x";
sha256 = "15fy2m4p9s8cfvnzdcd5ynkc2js0zklkkf34sjxdac7x2iwb8dd8";
};
patches = [ ./fatsort-Makefiles.patch ];