Loading maintainers/maintainer-list.nix +7 −0 Original line number Diff line number Diff line Loading @@ -11483,6 +11483,13 @@ name = "Khushraj Rathod"; keys = [ { fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19"; } ]; }; kiara = { name = "kiara"; email = "cinereal@riseup.net"; github = "KiaraGrouwstra"; githubId = 3059397; matrix = "@cinerealkiara:matrix.org"; }; KibaFox = { email = "kiba.fox@foxypossibilities.com"; github = "KibaFox"; Loading pkgs/by-name/hu/hullcaster/package.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, }: rustPlatform.buildRustPackage rec { pname = "hullcaster"; version = "v0.1.2"; src = fetchFromGitHub { owner = "gilcu3"; repo = "hullcaster"; rev = version; hash = "sha256-TaELX/xMxm7OTmVnvkgEmdhnVrIlxSNqlE73+I5qxCc="; }; cargoHash = "sha256-FeIZu/9yEk8U4a1AhqHyJBhpTP453km33FemwfhZckc="; # work around error: Could not create filepath: /homeless-shelter/.local/share checkFlags = [ "--skip gpodder::tests::gpodder" ]; meta = { description = "Terminal-based podcast manager built in Rust"; homepage = "https://github.com/gilcu3/hullcaster"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ kiara ]; }; } Loading
maintainers/maintainer-list.nix +7 −0 Original line number Diff line number Diff line Loading @@ -11483,6 +11483,13 @@ name = "Khushraj Rathod"; keys = [ { fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19"; } ]; }; kiara = { name = "kiara"; email = "cinereal@riseup.net"; github = "KiaraGrouwstra"; githubId = 3059397; matrix = "@cinerealkiara:matrix.org"; }; KibaFox = { email = "kiba.fox@foxypossibilities.com"; github = "KibaFox"; Loading
pkgs/by-name/hu/hullcaster/package.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, }: rustPlatform.buildRustPackage rec { pname = "hullcaster"; version = "v0.1.2"; src = fetchFromGitHub { owner = "gilcu3"; repo = "hullcaster"; rev = version; hash = "sha256-TaELX/xMxm7OTmVnvkgEmdhnVrIlxSNqlE73+I5qxCc="; }; cargoHash = "sha256-FeIZu/9yEk8U4a1AhqHyJBhpTP453km33FemwfhZckc="; # work around error: Could not create filepath: /homeless-shelter/.local/share checkFlags = [ "--skip gpodder::tests::gpodder" ]; meta = { description = "Terminal-based podcast manager built in Rust"; homepage = "https://github.com/gilcu3/hullcaster"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ kiara ]; }; }