Skip to content

Commit 6d45737

Browse files
authored
lucida-downloader: 0.7.0 -> 0.8.0 (#511589)
2 parents 63f4389 + f1a131a commit 6d45737

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

maintainers/maintainer-list.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12419,6 +12419,13 @@
1241912419
githubId = 9425955;
1242012420
name = "Jean-François Labonté";
1242112421
};
12422+
jelni = {
12423+
email = "nixpkgs@jel.gay";
12424+
github = "jelni";
12425+
githubId = 25802745;
12426+
matrix = "@me:jel.gay";
12427+
name = "jel";
12428+
};
1242212429
jemand771 = {
1242312430
email = "willy@jemand771.net";
1242412431
github = "jemand771";

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+
jelni
2930
surfaceflinger
3031
];
3132
};

0 commit comments

Comments
 (0)