wl-clipboard-rs: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2025-07-04 00:39:50 +00:00
parent bed266e629
commit aff5e54bf2
+3 -3
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 =
[