Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3570,6 +3570,12 @@ githubId = 32319131; name = "Brett L"; }; bubblepipe = { email = "bubblepipe42@gmail.com"; github = "bubblepipe"; githubId = 30717258; name = "bubblepipe"; }; buckley310 = { email = "sean.bck@gmail.com"; matrix = "@buckley310:matrix.org"; Loading pkgs/by-name/lo/longcat/package.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nix-update-script, }: let version = "0.0.12"; in buildGoModule { pname = "longcat"; inherit version; src = fetchFromGitHub { owner = "mattn"; repo = "longcat"; tag = "v${version}"; hash = "sha256-MiUkI7qCN/rDJUkBCyET19CH4iYnl1HwKjRZD2dCTVM="; }; vendorHash = "sha256-ka58YOoyBKLX8Z9ak2+rERXsY3rPUaOanfIFErCJCdE="; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://github.com/mattn/longcat"; description = "Renders a picture of a long cat on the terminal."; license = lib.licenses.mit; platforms = lib.platforms.all; mainProgram = "longcat"; maintainers = with lib.maintainers; [ bubblepipe ]; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3570,6 +3570,12 @@ githubId = 32319131; name = "Brett L"; }; bubblepipe = { email = "bubblepipe42@gmail.com"; github = "bubblepipe"; githubId = 30717258; name = "bubblepipe"; }; buckley310 = { email = "sean.bck@gmail.com"; matrix = "@buckley310:matrix.org"; Loading
pkgs/by-name/lo/longcat/package.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nix-update-script, }: let version = "0.0.12"; in buildGoModule { pname = "longcat"; inherit version; src = fetchFromGitHub { owner = "mattn"; repo = "longcat"; tag = "v${version}"; hash = "sha256-MiUkI7qCN/rDJUkBCyET19CH4iYnl1HwKjRZD2dCTVM="; }; vendorHash = "sha256-ka58YOoyBKLX8Z9ak2+rERXsY3rPUaOanfIFErCJCdE="; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://github.com/mattn/longcat"; description = "Renders a picture of a long cat on the terminal."; license = lib.licenses.mit; platforms = lib.platforms.all; mainProgram = "longcat"; maintainers = with lib.maintainers; [ bubblepipe ]; }; }