clipcat: 0.20.0 -> 0.21.0

Diff: https://github.com/xrelkd/clipcat/compare/refs/tags/v0.20.0...v0.21.0
This commit is contained in:
xrelkd
2025-03-01 14:53:36 +08:00
parent 6e282518d2
commit 9cdbb89b30
+3 -3
View File
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "clipcat";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "xrelkd";
repo = "clipcat";
tag = "v${version}";
hash = "sha256-MqA/ELIX16H7dDPZkg9OmNO/df7Bui3an1CSj5kGWwM=";
hash = "sha256-CIqV5V7NN2zsqBwheJrcBnOTOBEncIwqqXdsZ9DLAog=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Pt7mChXZX95pedUmF8QaiG3OlJr0MlM8n5sR+kL+EH0=";
cargoHash = "sha256-UA+NTtZ2qffUPUmvCidnTHwFzD3WOPTlxHR2e2vKwPQ=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Cocoa