Commit 3e646301 authored by Thomas Le Duc's avatar Thomas Le Duc
Browse files

smartcat: 1.7.1 -> 2.1.0

parent ad172614
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, rustPlatform

, darwin
, libX11
, openssl
, pkg-config
, stdenv
@@ -11,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "smartcat";
  version = "1.7.1";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "efugier";
    repo = "smartcat";
    rev = "refs/tags/${version}";
    hash = "sha256-62yvXrhk9JO7JBfD7tNFjba2nHxdqAVyMIW3q+2Aomc=";
    hash = "sha256-QoMBQ/Xjh/xbsE9HthUKwm5v2tiN1tC2u6I/aOeO6ws=";
  };

  cargoHash = "sha256-y0EA6pDxAO4mxZE+k15LUrjxsDD4A/KxvJltZL9Lqgc=";
  cargoHash = "sha256-SAv2tgo5jBSsVhLM2FR5S9Sg0yZBghSKKSV9hhUCvCk=";

  nativeBuildInputs = [
    pkg-config
@@ -28,7 +27,6 @@ rustPlatform.buildRustPackage rec {

  buildInputs = [
    openssl
    libX11
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [
    darwin.apple_sdk.frameworks.AppKit