smartcat: 1.7.1 -> 2.1.0 (#354016)

This commit is contained in:
Franz Pletz 2024-11-11 10:52:18 +01:00 committed by GitHub
commit a4761c00db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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