uutils-findutils: 0.8.0 -> 0.9.0

Changelog: https://github.com/uutils/findutils/releases/tag/0.9.0
Diff: https://github.com/uutils/findutils/compare/0.8.0...0.9.0
This commit is contained in:
Defelo
2026-06-13 23:02:32 +02:00
parent 75ee9bdeef
commit df0aacb29e
+3 -11
View File
@@ -1,7 +1,6 @@
{
lib,
fetchFromGitHub,
fetchpatch2,
rustPlatform,
nix-update-script,
versionCheckHook,
@@ -9,23 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uutils-findutils";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "uutils";
repo = "findutils";
tag = finalAttrs.version;
hash = "sha256-i+ryTF2hlZFbyFft/769c800FkzL26E4snUsxU79sKY=";
hash = "sha256-ILMInyjOMYlgPxrOjvLoBfkcaZ4aj6GeA/jiGPpNjiI=";
};
cargoPatches = [
(fetchpatch2 {
url = "https://github.com/uutils/findutils/commit/90845d95ceb12289a1b5ee50704ed66f2f7349c3.patch";
hash = "sha256-sCqOzfa3R45tXTK3N4344qb8YRmiW0o/lZwqHoBvgl8=";
})
];
cargoHash = "sha256-TQRt1eecT500JaJB2P10T1yV+z2/T8cgTNtF9r5zQpg=";
cargoHash = "sha256-/rQTcyRXtluPKPuuZKn/qD/3U0PQLIqyq777/ww3q/0=";
postInstall = ''
rm $out/bin/testing-commandline