wl-clipboard-rs: 0.9.1 -> 0.9.2 (#422250)

This commit is contained in:
Thiago Kenji Okada 2025-07-04 09:49:58 +01:00 committed by GitHub
commit 8fea775134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "wl-clipboard-rs";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "YaLTeR";
repo = "wl-clipboard-rs";
rev = "v${version}";
hash = "sha256-jGTWcVR6atkEeEUunystJ4B6I3GzYiCOMs0MC6pvPfI=";
hash = "sha256-IC19J3S4QP6eEH4zWDrTh/lQcsDzopjWGO6Vm+/cl78=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-6HNSQ27PGhF6tt12jdu6llDUZ/tYsFwx2pCJx3mKm/E=";
cargoHash = "sha256-bkCrAyYxYkgeS0BSUzKipN21ZZL+RJzNyg7Mx+7V8Pg=";
cargoBuildFlags =
[