lol

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

fatsort: 1.6.3.622 -> 1.6.4.625

authored by

Jörg Thalheim and committed by
GitHub
1018feba d68aad6a

+2 -2
+2 -2
pkgs/tools/filesystems/fatsort/default.nix
··· 1 1 {lib, stdenv, fetchurl, help2man}: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "1.6.3.622"; 4 + version = "1.6.4.625"; 5 5 pname = "fatsort"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/fatsort/${pname}-${version}.tar.xz"; 9 - sha256 = "1z2nabm38lg56h05yx3jjsndbqxk1zbjcisrczzamypn13m98728"; 9 + sha256 = "sha256-mm+JoGQLt4LYL/I6eAyfCuw9++RoLAqO2hV+CBBkLq0="; 10 10 }; 11 11 12 12 patches = [ ./fatsort-Makefiles.patch ];