copycat: 002 -> 003 (#379815)

Co-authored-by: DeeKahy <DeeKahy@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-13 17:22:50 +00:00
committed by GitHub
co-authored by DeeKahy
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "ccat";
version = "002";
version = "003";
src = fetchFromGitHub {
owner = "DeeKahy";
repo = "CopyCat";
tag = version;
hash = "sha256-0pqC6fxuvqOPuO10Em63tFguc3VJNnniPCHM6TcFDN0=";
hash = "sha256-BNXWubJ6eRnuK7+0kE9yHQzjJci5miTSG3dwWE2XDwc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-unZB49VOCNnvKhRyry682JaYYzaUTr0qvJZtcFlh4J8=";
cargoHash = "sha256-2SI4h5RqzWKWnRmQ2t/eDAOK1ql7jlZKIgPlSiiB6Dg=";
buildInputs = lib.optionals (stdenv.hostPlatform.isDarwin) [
darwin.apple_sdk_11_0.frameworks.AppKit