Unverified Commit f9fa3871 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 84557a96 05af2c93
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 = {