Merge pull request #302831 from Aleksanaa/waylyrics

waylyrics: 0.2.15 -> 0.2.19
This commit is contained in:
Aleksana 2024-04-18 19:08:51 +08:00 committed by GitHub
commit b254f343ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 931 additions and 229 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "waylyrics";
version = "0.2.15";
version = "0.2.19";
src = fetchFromGitHub {
owner = "poly000";
repo = "waylyrics";
rev = "v${version}";
hash = "sha256-dGtotQfS5Ve3rl6iSsqOzs0/dOePfoRZ9Wlg9zHCXSY=";
hash = "sha256-y8FBZ/BvCj7CBfQlNE1Ay2nuP41WC14dfTeOJhTbHYs=";
};
cargoLock = {