Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2757,6 +2757,12 @@ githubId = 10164833; name = "Birk Bohne"; }; bjesus = { email = "nixpkgs@yoavmoshe.com"; github = "bjesus"; githubId = 55081; name = "Yo'av Moshe"; }; bjornfor = { email = "bjorn.forsman@gmail.com"; github = "bjornfor"; Loading pkgs/by-name/pi/pipet/package.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildGoModule, }: buildGoModule rec { pname = "pipet"; version = "0.2.1"; src = fetchFromGitHub { owner = "bjesus"; repo = "pipet"; rev = version; hash = "sha256-PqOx/aFI5gHt78th1nkSKlTGw/r1eU7Ggz5kvtjMCmI="; }; vendorHash = "sha256-jNIjF5jxcpNLAjuWo7OG/Ac4l6NpQNCKzYUgdAoL+C4="; ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.currentSha=${src.rev}" ]; doCheck = false; # Requires network meta = { homepage = "https://github.com/bjesus/pipet"; description = "Scraping and extracting data from online assets"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ bjesus ]; mainProgram = "pipet"; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2757,6 +2757,12 @@ githubId = 10164833; name = "Birk Bohne"; }; bjesus = { email = "nixpkgs@yoavmoshe.com"; github = "bjesus"; githubId = 55081; name = "Yo'av Moshe"; }; bjornfor = { email = "bjorn.forsman@gmail.com"; github = "bjornfor"; Loading
pkgs/by-name/pi/pipet/package.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildGoModule, }: buildGoModule rec { pname = "pipet"; version = "0.2.1"; src = fetchFromGitHub { owner = "bjesus"; repo = "pipet"; rev = version; hash = "sha256-PqOx/aFI5gHt78th1nkSKlTGw/r1eU7Ggz5kvtjMCmI="; }; vendorHash = "sha256-jNIjF5jxcpNLAjuWo7OG/Ac4l6NpQNCKzYUgdAoL+C4="; ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.currentSha=${src.rev}" ]; doCheck = false; # Requires network meta = { homepage = "https://github.com/bjesus/pipet"; description = "Scraping and extracting data from online assets"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ bjesus ]; mainProgram = "pipet"; }; }