kubetail: 1.6.16 -> 1.6.18

This commit is contained in:
QJoly 2023-06-08 17:21:07 +02:00
parent 83e3797d0d
commit 8369ba89a0

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "kubetail";
version = "1.6.16";
version = "1.6.18";
src = fetchFromGitHub {
owner = "johanhaleby";
repo = "kubetail";
rev = version;
sha256 = "sha256-kkbhhAaiKP01LR7F5JVMgy6Ujji8JDc+Aaho1vft3XQ=";
sha256 = "sha256-Gde5thEpMX3h0e1eoC8SeDdkZfa02CmQf3ELLMeEWGU=";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/johanhaleby/kubetail";
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit ];
maintainers = with maintainers; [ kalbasit qjoly ];
platforms = platforms.all;
};
}