fim-rs: 0.5.0 -> 0.6.1 (#466701)

This commit is contained in:
Fabian Affolter
2025-12-01 17:12:11 +00:00
committed by GitHub
2 changed files with 1056 additions and 560 deletions
+1053 -557
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "fim-rs";
version = "0.5.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "Achiefs";
repo = "fim";
tag = "v${version}";
hash = "sha256-V9BzgVcDTnYSy7N5fCo38vQmXRDXLjY6wvnSkIpuDGg=";
hash = "sha256-xJzglrNB5rqaRQTgRFIl8/AXjeDwFPykIE5LJwJ3cX4=";
};
cargoLock = {
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
ZSTD_SYS_USE_PKG_CONFIG = true;
};
# There is a failure while the binary is checked
# Relies on /var/lib/fim existing, but /var is not available under nix-build.
doCheck = false;
meta = {