kail: 0.17.1 -> 0.17.2

This commit is contained in:
R. Ryantm 2023-12-27 06:26:33 +00:00
parent 4ed0df40ea
commit 1a907befbb

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "kail";
version = "0.17.1";
version = "0.17.2";
ldflags = [
"-s"
@ -14,10 +14,10 @@ buildGoModule rec {
owner = "boz";
repo = "kail";
rev = "v${version}";
sha256 = "sha256-AmbgrSG8Mc4cHEDn9qtaAQ/RQjSDS5JjKhqZAcHYLV4=";
sha256 = "sha256-mUdb3f5GaD+3GceUOpIFHKgGqqollzCJ8/oUj/37xAU=";
};
vendorHash = "sha256-80ZZZWTRmCClHkfsV/0WStuZ/xcxyycA5Fg4W2BqtF8=";
vendorHash = "sha256-GOrw/5nDMTg2FKkzii7FkyzCxfBurnnQbfBF4nfSaJI=";
meta = with lib; {
description = "Kubernetes log viewer";