clipcat: 0.11.0 -> 0.13.0

Diff: https://github.com/xrelkd/clipcat/compare/v0.11.0...v0.13.0
This commit is contained in:
xrelkd 2023-12-07 18:58:57 +08:00
parent d901c3c5fc
commit 1e42700bb2
No known key found for this signature in database
GPG Key ID: BAB7A457C1D1D6B3

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "clipcat";
version = "0.11.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "xrelkd";
repo = pname;
rev = "v${version}";
hash = "sha256-6L6u8inHkiEz7lp3T0a237z3JQwGDWKXtTBVNIKct64=";
hash = "sha256-BpJI6IseQpAHrdZ+rbh9Ar8HhAVD6grdM2tpviKd51c=";
};
cargoHash = "sha256-uzIqIGjCZEmChM3uVAnAp7eTIznTLXW/4t+NVoryjtk=";
cargoHash = "sha256-BcqrQ4oUZazTSVtaAPgNKmLxhBbxR+sfpFFD1WiYP40=";
nativeBuildInputs = [
protobuf