about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/fatsort
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-11 07:18:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-11 07:18:23 +0000
commit340f44c83df480121f37dd64aa9b50e4cfb0f7fb (patch)
tree09277be76310cc85988c560517cb6b0e3447c581 /pkgs/tools/filesystems/fatsort
parent9f329731b5ecbd5d0d1a76dd8a4ccfb9f9dbbda3 (diff)
downloadnixlib-340f44c83df480121f37dd64aa9b50e4cfb0f7fb.tar
nixlib-340f44c83df480121f37dd64aa9b50e4cfb0f7fb.tar.gz
nixlib-340f44c83df480121f37dd64aa9b50e4cfb0f7fb.tar.bz2
nixlib-340f44c83df480121f37dd64aa9b50e4cfb0f7fb.tar.lz
nixlib-340f44c83df480121f37dd64aa9b50e4cfb0f7fb.tar.xz
nixlib-340f44c83df480121f37dd64aa9b50e4cfb0f7fb.tar.zst
nixlib-340f44c83df480121f37dd64aa9b50e4cfb0f7fb.zip
fatsort: 1.6.3.622 -> 1.6.4.625
Diffstat (limited to 'pkgs/tools/filesystems/fatsort')
-rw-r--r--pkgs/tools/filesystems/fatsort/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/fatsort/default.nix b/pkgs/tools/filesystems/fatsort/default.nix
index 7c9edf2f84d9..6db496242d24 100644
--- a/pkgs/tools/filesystems/fatsort/default.nix
+++ b/pkgs/tools/filesystems/fatsort/default.nix
@@ -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 ];