smartcat: 1.7.1 -> 2.1.0

This commit is contained in:
Thomas Le Duc 2024-11-06 14:03:47 +01:00
parent ad17261412
commit 3e646301a0

View File

@ -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