lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #168229 from jyooru/update/melody

melody: 0.13.9 -> 0.13.10

authored by

Bobby Rong and committed by
GitHub
a0ba586a bfc7dcbe

+3 -3
+3 -3
pkgs/tools/misc/melody/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "melody"; 5 - version = "0.13.9"; 5 + version = "0.13.10"; 6 6 7 7 src = fetchCrate { 8 8 pname = "melody_cli"; 9 9 inherit version; 10 - sha256 = "1vqiciridm0pbh5yf42p2jfis908p6r9q3jaqy2hx3f5aggbf09q"; 10 + sha256 = "05slrh5dqbpsvimdr0rlhj04kf1qzwij3zlardvbmvhvfccf4188"; 11 11 }; 12 12 13 - cargoSha256 = "1gf2km06qzvc0xv4vfxm6vdp3c5lgcjwwl92f4frga3cx51vbrzh"; 13 + cargoSha256 = "0qh1byysbc6pl3cvx2vdpl8crx5id59hhrwqzk5g7091spm8wf79"; 14 14 15 15 meta = with lib; { 16 16 description = "Language that compiles to regular expressions";