Merge pull request #309737 from r-ryantm/auto-update/wl-clip-persist

wl-clip-persist: 0.4.1 -> 0.4.3
This commit is contained in:
rewine 2024-05-07 17:30:14 +08:00 committed by GitHub
commit e62a9364e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "wl-clip-persist";
version = "0.4.1";
version = "0.4.3";
src = fetchFromGitHub {
owner = "Linus789";
repo = "wl-clip-persist";
rev = "v${version}";
hash = "sha256-gUi4Htui7IwldeK30C7SGTNc+0VHuzDZfJdaL8FmkGs=";
hash = "sha256-dFhHsBazBHVWgPxoRDNwh8Yctt4w64E0RyFaHEC4mvk=";
};
cargoHash = "sha256-Kt/XTcwclZENtw4vw2BntndqxvojEizCc2Oa0w+c1D0=";
cargoHash = "sha256-rhXVjXhRPCjt7ur7fQviGFXVtQneuFKWZcDNkhM9tkY=";
nativeBuildInputs = [ pkg-config ];