Merge pull request #95377 from r-ryantm/auto-update/fatsort
fatsort: 1.6.2.605 -> 1.6.3.622
This commit is contained in:
commit
5aefe97d59
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{stdenv, fetchurl, help2man}:
|
{stdenv, fetchurl, help2man}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.6.2.605";
|
version = "1.6.3.622";
|
||||||
pname = "fatsort";
|
pname = "fatsort";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/fatsort/${pname}-${version}.tar.xz";
|
url = "mirror://sourceforge/fatsort/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1dzzsl3a1ampari424vxkma0i87qkbgkgm2169x9xf3az0vgmjh8";
|
sha256 = "1z2nabm38lg56h05yx3jjsndbqxk1zbjcisrczzamypn13m98728";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./fatsort-Makefiles.patch ];
|
patches = [ ./fatsort-Makefiles.patch ];
|
||||||
|
|
Loading…
Reference in a new issue