Unverified Commit 05af2c93 authored by Michael Daniels's avatar Michael Daniels
Browse files

fim-rs: 0.5.0 -> 0.6.1

Diff: https://github.com/Achiefs/fim/compare/v0.5.0...v0.6.1

Changelog: https://github.com/Achiefs/fim/releases/tag/v0.6.1

Fixes CVE-2024-45311, CVE-2025-4574, CVE-2024-12224, GHSA-4p46-pwfr-66x6,
and CVE-2025-4432.
parent 20e93920
Loading
Loading
Loading
Loading
+1021 −525

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -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 = {