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

fatsort: 1.6.2.605 -> 1.6.3.622
This commit is contained in:
Daniël de Kok
2020-08-14 08:49:41 +02:00
committed by GitHub

View File

@@ -1,12 +1,12 @@
{stdenv, fetchurl, help2man}:
stdenv.mkDerivation rec {
version = "1.6.2.605";
version = "1.6.3.622";
pname = "fatsort";
src = fetchurl {
url = "mirror://sourceforge/fatsort/${pname}-${version}.tar.xz";
sha256 = "1dzzsl3a1ampari424vxkma0i87qkbgkgm2169x9xf3az0vgmjh8";
sha256 = "1z2nabm38lg56h05yx3jjsndbqxk1zbjcisrczzamypn13m98728";
};
patches = [ ./fatsort-Makefiles.patch ];