clipcat: 0.24.0 -> 0.24.1 (#495450)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-01 06:56:49 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "clipcat";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "xrelkd";
repo = "clipcat";
tag = "v${finalAttrs.version}";
hash = "sha256-EEM2gwr5j3umpZqHnxCO81EZbLQ3nYGcxb6DBJ7AbC8=";
hash = "sha256-MbbrkXbXMxWh4fwWg5cIA9Hdibo1qZU7fv5h2oe8KOs=";
};
cargoHash = "sha256-6fS/LnfNi3rH4H61GCdLp6pnfGPIXJiY2dAwKdK5ofk=";
cargoHash = "sha256-cJK3ZBlVvd+coDsVwux2qUD0JQadjtJ7ToNcrpYHXZ4=";
nativeBuildInputs = [
protobuf