Skip to content

Commit 5f0c365

Browse files
committed
lucida-downloader: 0.7.0 -> 0.8.0
1 parent c701b66 commit 5f0c365

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pkgs/by-name/lu/lucida-downloader/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,26 @@
77

88
rustPlatform.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
};

0 commit comments

Comments
 (0)