Merge pull request #178963 from CactiChameleon9/master
pingu: init at 0.0.3
This commit is contained in:
commit
3d7e7eadcb
@ -2046,6 +2046,12 @@
|
||||
githubId = 1516457;
|
||||
name = "Christian Albrecht";
|
||||
};
|
||||
CactiChameleon9 = {
|
||||
email = "h19xjkkp@duck.com";
|
||||
github = "CactiChameleon9";
|
||||
githubId = 51231053;
|
||||
name = "Daniel";
|
||||
};
|
||||
callahad = {
|
||||
email = "dan.callahan@gmail.com";
|
||||
github = "callahad";
|
||||
|
22
pkgs/tools/networking/pingu/default.nix
Normal file
22
pkgs/tools/networking/pingu/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "pingu";
|
||||
version = "0.0.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sheepla";
|
||||
repo = "pingu";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-KYCG3L5x0ZdcyseffB0GoKpLZ/VG/qjMDh10qrLn62Y=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-HkESF/aADGPixOeh+osFnjzhpz+/4NIsJOjpyyFF9Eg=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Ping command implementation in Go but with colorful output and pingu ascii art";
|
||||
homepage = "https://github.com/sheepla/pingu/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ CactiChameleon9 ];
|
||||
};
|
||||
}
|
@ -9879,6 +9879,8 @@ with pkgs;
|
||||
|
||||
pingtcp = callPackage ../tools/networking/pingtcp { };
|
||||
|
||||
pingu = callPackage ../tools/networking/pingu { };
|
||||
|
||||
pinnwand = callPackage ../servers/pinnwand { };
|
||||
|
||||
pinsel = callPackage ../tools/misc/pinsel { };
|
||||
|
Loading…
Reference in New Issue
Block a user