clipcat: 0.16.2 -> 0.16.3

Diff: https://github.com/xrelkd/clipcat/compare/v0.16.2...v0.16.3
This commit is contained in:
xrelkd 2024-01-23 18:39:15 +08:00
parent b4ccacc6cc
commit 83ea558423
No known key found for this signature in database
GPG Key ID: BAB7A457C1D1D6B3

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "clipcat";
version = "0.16.2";
version = "0.16.3";
src = fetchFromGitHub {
owner = "xrelkd";
repo = pname;
rev = "v${version}";
hash = "sha256-01vjCs9ktDrULPL8IZraMPpa5+cw8vLtt4cKHKxHjK4=";
hash = "sha256-571qS6pgXyt8GNVFMGFU3bKgOFDG/k4K53LK+UJgPKc=";
};
cargoHash = "sha256-9L6w7adoQflOW5vxkIJf4FLF7xACx36sKaSPjJAtt3Y=";
cargoHash = "sha256-Ey7GOKtHLlljzyiEtoCH7zrKo4s4kJivHDPB7x0C3k0=";
nativeBuildInputs = [
protobuf