about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-06-24 10:11:06 +0200
committerVladimír Čunát <v@cunat.cz>2024-06-24 10:11:06 +0200
commit2ae2c768200fc23b00565be98d2001e1cc9ef7ff (patch)
tree430e73205195a21aae13662423e92f7abdb04eff /pkgs/tools/misc
parent1abd769c912f7d7196d662f80887f9e1bcf0f1d5 (diff)
parent9bc39f4df570caf2f55bada656ac4d92c06e5b2d (diff)
Merge #316547: findutils: 4.9.0 -> 4.10.0
...into staging
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/findutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/findutils/default.nix b/pkgs/tools/misc/findutils/default.nix
index cfa4105cda0d4..0caa589c6013b 100644
--- a/pkgs/tools/misc/findutils/default.nix
+++ b/pkgs/tools/misc/findutils/default.nix
@@ -10,11 +10,11 @@
 
 stdenv.mkDerivation rec {
   pname = "findutils";
-  version = "4.9.0";
+  version = "4.10.0";
 
   src = fetchurl {
     url = "mirror://gnu/findutils/${pname}-${version}.tar.xz";
-    sha256 = "sha256-or+4wJ1DZ3DtxZ9Q+kg+eFsWGjt7nVR1c8sIBl/UYv4=";
+    sha256 = "sha256-E4fgtn/yR9Kr3pmPkN+/cMFJE5Glnd/suK5ph4nwpPU=";
   };
 
   postPatch = ''