Skip to content

Commit

Permalink
clipcat: 0.18.3 -> 0.19.0 (#351358)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 26, 2024
2 parents b7c57bb + 008dde7 commit 01005fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 57 deletions.
50 changes: 0 additions & 50 deletions pkgs/by-name/cl/clipcat/0001-fix-build.patch

This file was deleted.

10 changes: 3 additions & 7 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.18.3";
version = "0.19.0";

src = fetchFromGitHub {
owner = "xrelkd";
repo = "clipcat";
rev = "refs/tags/v${version}";
hash = "sha256-95y/HiLmhqt1DFmAxLg/W7lr/9dfVtce4+tx+vG2Nuw=";
hash = "sha256-94xw/E1Jp+bctVNzRZDdVaxxSMF/R87DNlRAzRT3Uvg=";
};

cargoHash = "sha256-z2t7kq2ogMHJGF7xQnzc11B42gUZFTVokVkbw35CeY0=";
cargoHash = "sha256-qDcUEJSBd8c/ept/Y+GQCrp5b7xkSdX6ktdO9/c3k8o=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Cocoa
Expand All @@ -32,10 +32,6 @@ rustPlatform.buildRustPackage rec {
installShellFiles
];

patches = [
./0001-fix-build.patch
];

checkFlags = [
# Some test cases interact with X11, skip them
"--skip=test_x11_clipboard"
Expand Down

0 comments on commit 01005fe

Please sign in to comment.