Skip to content

Commit

Permalink
kubecfg: 0.17.0 -> 0.18.0 (#116150)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Mar 14, 2021
1 parent 17c8c57 commit bed8668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kubecfg/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, buildGoPackage, fetchFromGitHub, ... }:

let version = "0.17.0"; in
let version = "0.18.0"; in

buildGoPackage {
pname = "kubecfg";
Expand All @@ -10,7 +10,7 @@ buildGoPackage {
owner = "bitnami";
repo = "kubecfg";
rev = "v${version}";
sha256 = "sha256-/91im204vBS3NjrMOvwTVO6tEBgdpirqJFqCnbIB+iQ=";
sha256 = "sha256-TJbuJZDj9ZwEaN8LV/M30+5+IgN8EZCTTBBDB0OgdEE=";
};

goPackagePath = "github.com/bitnami/kubecfg";
Expand Down

0 comments on commit bed8668

Please sign in to comment.