fim-rs: 0.5.0 -> 0.6.1 (#466701)
This commit is contained in:
Generated
+1053
-557
File diff suppressed because it is too large
Load Diff
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user