fatsort: 1.6.3.622 -> 1.6.4.625

This commit is contained in:
R. Ryantm 2021-12-11 07:18:23 +00:00
parent 9f329731b5
commit 340f44c83d

View file

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