Merge pull request #264823 from r-ryantm/auto-update/kail

kail: 0.16.1 -> 0.17.0
This commit is contained in:
OTABI Tomoya 2023-11-04 10:33:15 +09:00 committed by GitHub
commit 4461b37e92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "kail";
version = "0.16.1";
version = "0.17.0";
ldflags = [
"-s"
@ -14,10 +14,10 @@ buildGoModule rec {
owner = "boz";
repo = "kail";
rev = "v${version}";
sha256 = "sha256-x9m0NoZjCf/lBWcSGFbjlJIukL6KIYt56Q1hADS8N9I=";
sha256 = "sha256-i53pW2YcmHDrRPhRI3iUD+YvGCReNgEeSltv4ZNIObo=";
};
vendorHash = "sha256-W+/vIq7qC+6apk+1GOWvmcwyyjFRkndq8X5m/lRYOu4=";
vendorHash = "sha256-haF136u6CmbWGuOlCpnGf9lBEeN92PYM6KBvWVOZ8Ws=";
meta = with lib; {
description = "Kubernetes log viewer";