summary refs log tree commit diff
path: root/pkgs/tools/filesystems/fatsort
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-26 14:17:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-26 14:17:09 +0000
commita1377d938451ac320ccd8f3e56037c02a0caa7ae (patch)
tree6b46a8ffb604140471b1c1630f63babb508dbb05 /pkgs/tools/filesystems/fatsort
parent1d5ff2163e7a9611d4f808ae2c404f45e1566c36 (diff)
fatsort: 1.6.4.625 -> 1.6.5.640
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 2ca135704e0c2..ef7111dd72ff0 100644
--- a/pkgs/tools/filesystems/fatsort/default.nix
+++ b/pkgs/tools/filesystems/fatsort/default.nix
@@ -6,12 +6,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "1.6.4.625";
+  version = "1.6.5.640";
   pname = "fatsort";
 
   src = fetchurl {
     url = "mirror://sourceforge/fatsort/${pname}-${version}.tar.xz";
-    sha256 = "sha256-mm+JoGQLt4LYL/I6eAyfCuw9++RoLAqO2hV+CBBkLq0=";
+    sha256 = "sha256-Yw7OVtnrOlVSSvCuw6reeFQ2DrqUkXKmz7R2jLj75C4=";
   };
 
   buildInputs = [ help2man libiconv ];