minimal-bootstrap.findutils{,-static}: 4.10.0 -> 4.11.0

This commit is contained in:
Aleksi Hannula
2026-07-31 20:51:26 +03:00
parent d5deacb226
commit 9d91a0b8d8
2 changed files with 4 additions and 4 deletions

View File

@@ -14,11 +14,11 @@
}:
let
pname = "findutils";
version = "4.10.0";
version = "4.11.0";
src = fetchurl {
url = "mirror://gnu/findutils/findutils-${version}.tar.xz";
hash = "sha256-E4fgtn/yR9Kr3pmPkN+/cMFJE5Glnd/suK5ph4nwpPU=";
hash = "sha256-v9GcsGzHHzNS1WfpAoTYzawCrIl3S76t8LUzsMEUMv0=";
};
in
bash.runCommand "${pname}-${version}"

View File

@@ -17,11 +17,11 @@
}:
let
pname = "findutils-static";
version = "4.10.0";
version = "4.11.0";
src = fetchurl {
url = "mirror://gnu/findutils/findutils-${version}.tar.xz";
hash = "sha256-E4fgtn/yR9Kr3pmPkN+/cMFJE5Glnd/suK5ph4nwpPU=";
hash = "sha256-v9GcsGzHHzNS1WfpAoTYzawCrIl3S76t8LUzsMEUMv0=";
};
in
bash.runCommand "${pname}-${version}"