Skip to content

Commit

Permalink
kubecfg: 0.32.0 -> 0.33.0 (NixOS#250925)
Browse files Browse the repository at this point in the history
* kubecfg: 0.32.0 -> 0.33.0

* kubecfg: add qjoly as maintainer
  • Loading branch information
qjoly authored Aug 23, 2023
1 parent 9502f7b commit ff67dad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/cluster/kubecfg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "kubecfg";
version = "0.32.0";
version = "0.33.0";

src = fetchFromGitHub {
owner = "kubecfg";
repo = "kubecfg";
rev = "v${version}";
hash = "sha256-qjXc/2QY0PukvhiudukZGhBkovQMutsLg3Juxg1mgTc=";
hash = "sha256-a/2qKiqn9en67uJD/jzU3G1k6gT73DTzjY32mi51xSQ=";
};

vendorHash = "sha256-9kVFOEMFjix2WRwGi0jWHPagzXkISucGHmd88vcBJfk=";
vendorHash = "sha256-mSYc12pjx34PhMx7jbKD/nPhPaK7jINmUSWxomikx7U=";

ldflags = [
"-s"
Expand All @@ -36,6 +36,6 @@ buildGoModule rec {
homepage = "https://github.com/kubecfg/kubecfg";
changelog = "https://github.com/kubecfg/kubecfg/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ benley ];
maintainers = with maintainers; [ benley qjoly ];
};
}

0 comments on commit ff67dad

Please sign in to comment.