File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 33, rustPlatform
44
55, darwin
6- , libX11
76, openssl
87, pkg-config
98, stdenv
109} :
1110
1211rustPlatform . buildRustPackage rec {
1312 pname = "smartcat" ;
14- version = "1.7.1 " ;
13+ version = "2.1.0 " ;
1514
1615 src = fetchFromGitHub {
1716 owner = "efugier" ;
1817 repo = "smartcat" ;
1918 rev = "refs/tags/${ version } " ;
20- hash = "sha256-62yvXrhk9JO7JBfD7tNFjba2nHxdqAVyMIW3q+2Aomc =" ;
19+ hash = "sha256-QoMBQ/Xjh/xbsE9HthUKwm5v2tiN1tC2u6I/aOeO6ws =" ;
2120 } ;
2221
23- cargoHash = "sha256-y0EA6pDxAO4mxZE+k15LUrjxsDD4A/KxvJltZL9Lqgc =" ;
22+ cargoHash = "sha256-SAv2tgo5jBSsVhLM2FR5S9Sg0yZBghSKKSV9hhUCvCk =" ;
2423
2524 nativeBuildInputs = [
2625 pkg-config
2726 ] ;
2827
2928 buildInputs = [
3029 openssl
31- libX11
3230 ]
3331 ++ lib . optionals stdenv . hostPlatform . isDarwin [
3432 darwin . apple_sdk . frameworks . AppKit
You can’t perform that action at this time.
0 commit comments