File tree Expand file tree Collapse file tree
pkgs/by-name/lu/lucida-downloader Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88rustPlatform . buildRustPackage ( finalAttrs : {
99 pname = "lucida-downloader" ;
10- version = "0.7 .0" ;
10+ version = "0.8 .0" ;
1111
1212 src = fetchFromGitHub {
1313 owner = "jelni" ;
1414 repo = "lucida-downloader" ;
1515 tag = "v${ finalAttrs . version } " ;
16- hash = "sha256-f5cegAucJSiRekTAZBkrdn0HoEELvINN6Rd5Ehb7InA =" ;
16+ hash = "sha256-284f3+yKkE37wZzmyW7qupvYwEkmLvco8lc5dFSiLAQ =" ;
1717 } ;
1818
1919 passthru . updateScript = nix-update-script { } ;
2020
21- cargoHash = "sha256-ADo0AuMsvd86ytlVStBXPJ9vFG/JeSm2kDMGM5VCqzA =" ;
21+ cargoHash = "sha256-PT8E9AqvhChKk76AA2qsAf2ICy5maQ9SK96V/vkmwy8 =" ;
2222
2323 meta = {
2424 description = "Multithreaded client for downloading music for free with lucida" ;
2525 homepage = "https://github.com/jelni/lucida-downloader" ;
26- license = lib . licenses . gpl3Plus ;
26+ license = lib . licenses . agpl3Plus ;
2727 mainProgram = "lucida" ;
2828 maintainers = with lib . maintainers ; [
29+ jel
2930 surfaceflinger
3031 ] ;
3132 } ;
You can’t perform that action at this time.
0 commit comments