Skip to content

Commit

Permalink
kubecolor: 0.3.3 -> 0.4.0, and fix included packages (NixOS#339640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Sep 15, 2024
2 parents 6c8bdaa + aa675a6 commit 1272586
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/applications/networking/cluster/kubecolor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@

buildGoModule rec {
pname = "kubecolor";
version = "0.3.3";
version = "0.4.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-VGpyYc6YmRr58OSRQvWTo4f8ku8L1/gn0ilbQSotO2k=";
sha256 = "sha256-jOFeTAfV7X8+z+DBOBOFVcspxZ8QssKFWRGK9HnqBO0=";
};

vendorHash = "sha256-Gzz+mCEMQCcLwTiGMB8/nXk7HDAEGkEapC/VOyXrn/Q=";
vendorHash = "sha256-b99HAM1vsncq9Q5XJiHZHyv7bjQs6GGyNAMONmGpxms=";

ldflags = [ "-s" "-w" "-X main.Version=${version}" ];

subPackages = [
"."
];

meta = with lib; {
description = "Colorizes kubectl output";
mainProgram = "kubecolor";
Expand Down

0 comments on commit 1272586

Please sign in to comment.