Merge pull request #321152 from r-ryantm/auto-update/wl-clipboard-rs

wl-clipboard-rs: 0.8.1 -> 0.9.0
This commit is contained in:
Thiago Kenji Okada 2024-06-20 12:33:58 +01:00 committed by GitHub
commit 15f40d90b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "wl-clipboard-rs";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "YaLTeR";
repo = "wl-clipboard-rs";
rev = "v${version}";
hash = "sha256-tNmpGBg21IuhKEzY15O2MKVpMB+eCjvRVwVUahADuJU=";
hash = "sha256-qwlR/PJivCgQTXe027zuQxq0iVJ3/BLg6LAD3w5tb9Y=";
};
cargoHash = "sha256-0Ix+fF1QO1KU8FIOb8EV4iYXe4S69sZOxCdxYccL8m0=";
cargoHash = "sha256-C3vhZq5IHtbfg2mYYdQRqaLSA0iSER8zRaKi72FCd+E=";
cargoBuildFlags = [
"--package=wl-clipboard-rs"