copycat: 002 -> 003 (#379815)

Co-authored-by: DeeKahy <DeeKahy@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
DeeKahy
and committed by
GitHub
9b8e6835 47c408d9

+3 -3
+3 -3
pkgs/by-name/co/copycat/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "ccat"; 11 - version = "002"; 12 13 src = fetchFromGitHub { 14 owner = "DeeKahy"; 15 repo = "CopyCat"; 16 tag = version; 17 - hash = "sha256-0pqC6fxuvqOPuO10Em63tFguc3VJNnniPCHM6TcFDN0="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-unZB49VOCNnvKhRyry682JaYYzaUTr0qvJZtcFlh4J8="; 22 23 buildInputs = lib.optionals (stdenv.hostPlatform.isDarwin) [ 24 darwin.apple_sdk_11_0.frameworks.AppKit
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "ccat"; 11 + version = "003"; 12 13 src = fetchFromGitHub { 14 owner = "DeeKahy"; 15 repo = "CopyCat"; 16 tag = version; 17 + hash = "sha256-BNXWubJ6eRnuK7+0kE9yHQzjJci5miTSG3dwWE2XDwc="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-2SI4h5RqzWKWnRmQ2t/eDAOK1ql7jlZKIgPlSiiB6Dg="; 22 23 buildInputs = lib.optionals (stdenv.hostPlatform.isDarwin) [ 24 darwin.apple_sdk_11_0.frameworks.AppKit