clipcat: 0.18.1 -> 0.18.3

Diff: https://github.com/xrelkd/clipcat/compare/v0.18.1...v0.18.3
This commit is contained in:
xrelkd 2024-08-10 13:44:43 +08:00
parent b267aa8c7d
commit 6115ead9b1
No known key found for this signature in database
GPG Key ID: BAB7A457C1D1D6B3

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "clipcat";
version = "0.18.1";
version = "0.18.3";
src = fetchFromGitHub {
owner = "xrelkd";
repo = pname;
rev = "v${version}";
hash = "sha256-rftAGrquvNPRu49rDUaPVO7EUMCvcLoV0w801BBOG8c=";
hash = "sha256-95y/HiLmhqt1DFmAxLg/W7lr/9dfVtce4+tx+vG2Nuw=";
};
cargoHash = "sha256-Amm/NnJSnqB5q+bxRJ5A6GKOFhIGTq1OSXESF5r22bI=";
cargoHash = "sha256-z2t7kq2ogMHJGF7xQnzc11B42gUZFTVokVkbw35CeY0=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Cocoa