clipcat: 0.9.0 -> 0.11.0

Diff: https://github.com/xrelkd/clipcat/compare/v0.9.0...v0.11.0
This commit is contained in:
xrelkd 2023-12-03 20:16:57 +08:00
parent f10b752da5
commit a75f149eb7
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.9.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "xrelkd";
repo = pname;
rev = "v${version}";
hash = "sha256-P/8C+Gfmcuy7DGbH8+y6ZYlRrmV5t9U/uiykZ4bERSU=";
hash = "sha256-6L6u8inHkiEz7lp3T0a237z3JQwGDWKXtTBVNIKct64=";
};
cargoHash = "sha256-r2J5ysvLl7hKXfW+BIF15vBygUkuwNj222P1AckUu0E=";
cargoHash = "sha256-uzIqIGjCZEmChM3uVAnAp7eTIznTLXW/4t+NVoryjtk=";
nativeBuildInputs = [
protobuf