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

wl-clip-persist: 0.4.0 -> 0.4.1
This commit is contained in:
Nick Cao 2024-04-30 08:59:17 -04:00 committed by GitHub
commit 19788161d9
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.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "Linus789";
repo = "wl-clip-persist";
rev = "v${version}";
hash = "sha256-uu9R+/8483YyuvMeot2sRs8ihSN1AEPeDjzRxB1P8kc=";
hash = "sha256-gUi4Htui7IwldeK30C7SGTNc+0VHuzDZfJdaL8FmkGs=";
};
cargoHash = "sha256-XpNpHi9vl89sbec6DXh50t8s328Uw4PpzFVvGp1TP6o=";
cargoHash = "sha256-Kt/XTcwclZENtw4vw2BntndqxvojEizCc2Oa0w+c1D0=";
nativeBuildInputs = [ pkg-config ];