diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-04-06 12:31:08 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-06 13:37:11 +0000 |
| commit | 309a5b116a686d6da6cf6d8cf1a79768071ca011 (patch) | |
| tree | 731be9ae610f8d77c597ace74e8e4d6ab12580d5 | |
| parent | Merge pull request #301868 from NixOS/backport-301506-to-release-23.11 (diff) | |
| download | nixpkgs-origin/backport-302091-to-release-23.11.tar.gz | |
clipcat: 0.16.4 -> 0.16.5origin/backport-302091-to-release-23.11
(cherry picked from commit f8654bdccbe36a47534282b3beb8379ad09140d5)
| -rw-r--r-- | pkgs/by-name/cl/clipcat/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/cl/clipcat/package.nix b/pkgs/by-name/cl/clipcat/package.nix index 1345482f0a38..0ffb17d27273 100644 --- a/pkgs/by-name/cl/clipcat/package.nix +++ b/pkgs/by-name/cl/clipcat/package.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "clipcat"; - version = "0.16.4"; + version = "0.16.5"; src = fetchFromGitHub { owner = "xrelkd"; repo = pname; rev = "v${version}"; - hash = "sha256-gYg1czSwUm1zJUkw5SMk6C4yDfHcwjWnnHJftDLNvfs="; + hash = "sha256-/YoEUZ6/aFqlIPAWi95yZHVwLXHf/vsx8L3NdmZfiVk="; }; - cargoHash = "sha256-e32DGV7/ueT25Lx318aGZEHRnUGxCn0J5/K3dgT02Ug="; + cargoHash = "sha256-O1jL2ett8aI8lEwnhAELAP5zphjqf9CFrdCn00V5ImQ="; nativeBuildInputs = [ protobuf |
