Merge pull request #304016 from r-ryantm/auto-update/clipcat

clipcat: 0.16.5 -> 0.16.6

authored by nixpkgs-merge-bot[bot] and committed by GitHub 659a19ec 7e60fe6d

+3 -3
+3 -3
pkgs/by-name/cl/clipcat/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "clipcat"; 10 - version = "0.16.5"; 10 + version = "0.16.6"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "xrelkd"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - hash = "sha256-/YoEUZ6/aFqlIPAWi95yZHVwLXHf/vsx8L3NdmZfiVk="; 16 + hash = "sha256-FSgBTQGl8LSLdv+SOAgQWLWiqFY+PRQBFYYdbmCttcY="; 17 17 }; 18 18 19 - cargoHash = "sha256-O1jL2ett8aI8lEwnhAELAP5zphjqf9CFrdCn00V5ImQ="; 19 + cargoHash = "sha256-TrzHmWUDAe4gbwm+VoTOuC50CWWnFsF99zscM85ammo="; 20 20 21 21 nativeBuildInputs = [ 22 22 protobuf