Unverified Commit df256c93 authored by Kieran Klukas's avatar Kieran Klukas
Browse files

rapidraw: 1.5.2 -> 1.5.3

parent cbabe09d
Loading
Loading
Loading
Loading
+4 −11
Original line number Diff line number Diff line
@@ -42,27 +42,20 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "rapidraw";
  version = "1.5.2";
  version = "1.5.3";

  src = fetchFromGitHub {
    owner = "CyberTimon";
    repo = "RapidRAW";
    tag = "v${finalAttrs.version}";
    hash = "sha256-GCmaPNgPn6xTdvRTkXlrSasULlxWFTwuBlbqmMD4O8s=";
    fetchSubmodules = true;

    # darwin/linux hash mismatch in rawler submodule
    # Same fix as is used in dnglab packaging
    postFetch = ''
      rm -rf $out/src-tauri/rawler/rawler/data/testdata/cameras/Canon/{"EOS REBEL T7i","EOS Rebel T7i"}
    '';
    hash = "sha256-NYns/hpa8E4oko3qxyrJaTpgH5b+dwr0dTFw+K3IBDo=";
  };

  cargoHash = "sha256-IIl4BSEMpyLiiZQGRlQaIPpXNQKGg6GrGQmnHDzDAdc=";
  cargoHash = "sha256-wuTbUPkPJTg6WZYrffrfPm+Asr0PuL5UAsZL+qWM4Oo=";

  npmDeps = fetchNpmDeps {
    inherit (finalAttrs) src;
    hash = "sha256-PLwefGi6p6rJLvLonHXszA74wqySyoE3xxRPDlrfgUQ=";
    hash = "sha256-CBCj1R6ClnRh5Y4liKNiewRPb2lIb17TSB9eumVcKkY=";
  };

  nativeBuildInputs = [