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

fatsort: 1.6.3.622 -> 1.6.4.625
This commit is contained in:
Jörg Thalheim 2021-12-11 15:24:42 +00:00 committed by GitHub
commit 1018feba5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];