Skip to content

Commit

Permalink
clipcat: 0.19.0 -> 0.20.0 (#371431)
Browse files Browse the repository at this point in the history
Co-authored-by: Bot-wxt1221 <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and Bot-wxt1221 authored Jan 6, 2025
2 parents 75754ee + b5fe94c commit fe70e52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cl/clipcat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "clipcat";
version = "0.19.0";
version = "0.20.0";

src = fetchFromGitHub {
owner = "xrelkd";
repo = "clipcat";
tag = "v${version}";
hash = "sha256-94xw/E1Jp+bctVNzRZDdVaxxSMF/R87DNlRAzRT3Uvg=";
hash = "sha256-MqA/ELIX16H7dDPZkg9OmNO/df7Bui3an1CSj5kGWwM=";
};

cargoHash = "sha256-qDcUEJSBd8c/ept/Y+GQCrp5b7xkSdX6ktdO9/c3k8o=";
cargoHash = "sha256-3KcXa4c4X9L9AeK64vD0DJY/kMS4qzWN+s6YEOF1xrQ=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Cocoa
Expand Down

0 comments on commit fe70e52

Please sign in to comment.