pingu: 0.0.3 -> 0.0.5

+3 -3
+3 -3
pkgs/tools/networking/pingu/default.nix
··· 2 3 buildGoModule rec { 4 pname = "pingu"; 5 - version = "0.0.3"; 6 7 src = fetchFromGitHub { 8 owner = "sheepla"; 9 repo = "pingu"; 10 rev = "v${version}"; 11 - sha256 = "sha256-KYCG3L5x0ZdcyseffB0GoKpLZ/VG/qjMDh10qrLn62Y="; 12 }; 13 14 - vendorSha256 = "sha256-HkESF/aADGPixOeh+osFnjzhpz+/4NIsJOjpyyFF9Eg="; 15 16 meta = with lib; { 17 description = "Ping command implementation in Go but with colorful output and pingu ascii art";
··· 2 3 buildGoModule rec { 4 pname = "pingu"; 5 + version = "0.0.5"; 6 7 src = fetchFromGitHub { 8 owner = "sheepla"; 9 repo = "pingu"; 10 rev = "v${version}"; 11 + sha256 = "sha256-iAHj6/qaZgpTfrUZZ9qdsjiNMJ2zH0CzhR4TVSC9oLE="; 12 }; 13 14 + vendorHash = "sha256-xn6la6E0C5QASXxNee1Py/rBs4ls9X/ePeg4Q1e2UyU="; 15 16 meta = with lib; { 17 description = "Ping command implementation in Go but with colorful output and pingu ascii art";