waylyrics: 0.2.15 -> 0.2.19

This commit is contained in:
aleksana
2024-04-18 01:04:13 +08:00
parent 4cc6ce454d
commit 47ad713589
2 changed files with 931 additions and 229 deletions
File diff suppressed because it is too large Load Diff
@@ -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 = {