Merge pull request #283800 from applejag/update-kubecolor
kubecolor: 0.2.0 -> 0.2.2
This commit is contained in:
@@ -1408,6 +1408,20 @@
|
||||
fingerprint = "7083 E268 4BFD 845F 2B84 9E74 B695 8918 ED23 32CE";
|
||||
}];
|
||||
};
|
||||
applejag = {
|
||||
email = "applejag.luminance905@passmail.com";
|
||||
github = "applejag";
|
||||
githubId = 2477952;
|
||||
name = "Kalle Fagerberg";
|
||||
keys = [
|
||||
{
|
||||
fingerprint = "F68E 6DB3 79FB 1FF0 7C72 6479 9874 DEDD 3592 5ED0";
|
||||
}
|
||||
{
|
||||
fingerprint = "8DDB 3994 0A34 4FE5 4F3B 3E77 F161 001D EE78 1051";
|
||||
}
|
||||
];
|
||||
};
|
||||
applePrincess = {
|
||||
email = "appleprincess@appleprincess.io";
|
||||
github = "applePrincess";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user