Skip to content

Commit

Permalink
kubecolor: 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Jan 13, 2025
1 parent 69930db commit 748aaf4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/ku/kubecolor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

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

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

vendorHash = "sha256-b99HAM1vsncq9Q5XJiHZHyv7bjQs6GGyNAMONmGpxms=";
vendorHash = "sha256-SWJbJ/zr9ygZYUuH8QNvgmUXdxb/3OViai48CFmWmXw=";

ldflags = [
"-s"
Expand Down

0 comments on commit 748aaf4

Please sign in to comment.