copycat: 002 -> 003

This commit is contained in:
R. Ryantm
2025-02-06 11:52:17 +00:00
parent f56aaaac0c
commit 238bc88476
+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