Loading pkgs/by-name/fi/fim-rs/Cargo.lock +1021 −525 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/by-name/fi/fim-rs/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = { Loading @@ -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 = { Loading Loading
pkgs/by-name/fi/fim-rs/Cargo.lock +1021 −525 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/by-name/fi/fim-rs/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = { Loading @@ -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 = { Loading