Loading pkgs/by-name/sm/smartcat/package.nix +3 −5 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , rustPlatform , darwin , libX11 , openssl , pkg-config , stdenv Loading @@ -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 Loading @@ -28,7 +27,6 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl libX11 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.AppKit Loading Loading
pkgs/by-name/sm/smartcat/package.nix +3 −5 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , rustPlatform , darwin , libX11 , openssl , pkg-config , stdenv Loading @@ -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 Loading @@ -28,7 +27,6 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl libX11 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.AppKit Loading