kubecolor: 0.2.0 -> 0.2.2

Fixes some critical bugs that render the tool almost useless.

https://github.com/kubecolor/kubecolor/releases/tag/v0.2.1
https://github.com/kubecolor/kubecolor/releases/tag/v0.2.2
This commit is contained in:
Kalle Fagerberg
2024-01-25 17:28:50 +01:00
parent 8235526030
commit 1b7626ec30
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubecolor";
version = "0.2.0";
version = "0.2.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-WDnuEC2uXo7wybOh0wRiKZt70JMrWteWINuZ+C7lbo8=";
sha256 = "sha256-zXglsfPsJi9DVxlRPniSBsdF1xEMYqqGr46ThpQj3gQ=";
};
vendorHash = "sha256-uf7nBnS1wmbz4xcVA5qF82QMPsLdSucje1NNaPyheCw=";
@@ -20,6 +20,6 @@ buildGoModule rec {
homepage = "https://github.com/kubecolor/kubecolor";
changelog = "https://github.com/kubecolor/kubecolor/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ivankovnatsky SuperSandro2000 ];
maintainers = with maintainers; [ ivankovnatsky SuperSandro2000 applejag ];
};
}