From c701b66268e9600f4601ba64fa7fce5441bcf647 Mon Sep 17 00:00:00 2001 From: jel <25802745+jelni@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:02:29 +0200 Subject: [PATCH 1/2] maintainers: add jelni --- maintainers/maintainer-list.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 7b645f72ba32..4153ef6ebd3a 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -12377,6 +12377,13 @@ githubId = 9425955; name = "Jean-François Labonté"; }; + jelni = { + email = "nixpkgs@jel.gay"; + github = "jelni"; + githubId = 25802745; + matrix = "@me:jel.gay"; + name = "jel"; + }; jemand771 = { email = "willy@jemand771.net"; github = "jemand771"; From f1a131a53c0214e3f47ece6ccb9877b0e807f96e Mon Sep 17 00:00:00 2001 From: jel <25802745+jelni@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:02:29 +0200 Subject: [PATCH 2/2] lucida-downloader: 0.7.0 -> 0.8.0 --- pkgs/by-name/lu/lucida-downloader/package.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/lu/lucida-downloader/package.nix b/pkgs/by-name/lu/lucida-downloader/package.nix index a109c88b458e..d14bfe592209 100644 --- a/pkgs/by-name/lu/lucida-downloader/package.nix +++ b/pkgs/by-name/lu/lucida-downloader/package.nix @@ -7,25 +7,26 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "lucida-downloader"; - version = "0.7.0"; + version = "0.8.0"; src = fetchFromGitHub { owner = "jelni"; repo = "lucida-downloader"; tag = "v${finalAttrs.version}"; - hash = "sha256-f5cegAucJSiRekTAZBkrdn0HoEELvINN6Rd5Ehb7InA="; + hash = "sha256-284f3+yKkE37wZzmyW7qupvYwEkmLvco8lc5dFSiLAQ="; }; passthru.updateScript = nix-update-script { }; - cargoHash = "sha256-ADo0AuMsvd86ytlVStBXPJ9vFG/JeSm2kDMGM5VCqzA="; + cargoHash = "sha256-PT8E9AqvhChKk76AA2qsAf2ICy5maQ9SK96V/vkmwy8="; meta = { description = "Multithreaded client for downloading music for free with lucida"; homepage = "https://github.com/jelni/lucida-downloader"; - license = lib.licenses.gpl3Plus; + license = lib.licenses.agpl3Plus; mainProgram = "lucida"; maintainers = with lib.maintainers; [ + jelni surfaceflinger ]; };