clipcat: 0.24.1 -> 0.25.0

This commit is contained in:
R. Ryantm
2026-04-15 08:47:58 +00:00
parent cc839e841c
commit 42e6a3c305
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "clipcat";
version = "0.24.1";
version = "0.25.0";
src = fetchFromGitHub {
owner = "xrelkd";
repo = "clipcat";
tag = "v${finalAttrs.version}";
hash = "sha256-MbbrkXbXMxWh4fwWg5cIA9Hdibo1qZU7fv5h2oe8KOs=";
hash = "sha256-ht+9TFugVckj5xCCHgwPHbXqeJRBP4MzBROMBIbYAYI=";
};
cargoHash = "sha256-cJK3ZBlVvd+coDsVwux2qUD0JQadjtJ7ToNcrpYHXZ4=";
cargoHash = "sha256-pejtrvCD1HkAZ+pMynRRLw+EV/pHwzh/7OnnoI5LHoc=";
nativeBuildInputs = [
protobuf