Skip to content

Commit

Permalink
Merge pull request #305895 from r-ryantm/auto-update/kubecolor
Browse files Browse the repository at this point in the history
kubecolor: 0.2.2 -> 0.3.1
  • Loading branch information
Aleksanaa authored Apr 23, 2024
2 parents 11962b0 + a60104e commit 572af61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/kubecolor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "kubecolor";
version = "0.2.2";
version = "0.3.1";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-zXglsfPsJi9DVxlRPniSBsdF1xEMYqqGr46ThpQj3gQ=";
sha256 = "sha256-1gEEmF9RRMwFAvmhLwidkVh+lnibs6x5ZHy/nJRum9E=";
};

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

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

Expand Down

0 comments on commit 572af61

Please sign in to comment.