diff options
author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-02-14 07:11:38 +0000 |
---|---|---|
committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-02-14 07:11:38 +0000 |
commit | ff4f390d24b0dd07dc8e1a561cb40dc0fb861fab (patch) | |
tree | fdf31503a9629bc29654307259d32c46b3798c02 /pkgs/tools | |
parent | be5517c7311cba6caa8bcf7f155fe5c490004581 (diff) |
pingu: 0.0.3 -> 0.0.5
Diffstat (limited to 'pkgs/tools')
-rw-r--r-- | pkgs/tools/networking/pingu/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/pingu/default.nix b/pkgs/tools/networking/pingu/default.nix index 87b20daf97953..ca33e4862478c 100644 --- a/pkgs/tools/networking/pingu/default.nix +++ b/pkgs/tools/networking/pingu/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "pingu"; - version = "0.0.3"; + version = "0.0.5"; src = fetchFromGitHub { owner = "sheepla"; repo = "pingu"; rev = "v${version}"; - sha256 = "sha256-KYCG3L5x0ZdcyseffB0GoKpLZ/VG/qjMDh10qrLn62Y="; + sha256 = "sha256-iAHj6/qaZgpTfrUZZ9qdsjiNMJ2zH0CzhR4TVSC9oLE="; }; - vendorSha256 = "sha256-HkESF/aADGPixOeh+osFnjzhpz+/4NIsJOjpyyFF9Eg="; + vendorHash = "sha256-xn6la6E0C5QASXxNee1Py/rBs4ls9X/ePeg4Q1e2UyU="; meta = with lib; { description = "Ping command implementation in Go but with colorful output and pingu ascii art"; |