Skip to content

Commit

Permalink
kubespy: 0.5.1 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 18, 2020
1 parent 9e1943e commit 462fc94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/kubespy/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "kubespy";
version = "0.5.1";
version = "0.6.0";

src = fetchFromGitHub {
rev = "v${version}";
owner = "pulumi";
repo = "kubespy";
sha256 = "1p0qmn6458pa9la6zkvyrkgs2rhzfwsk9m3rk5fkmcfbh7b031r8";
sha256 = "1xrwhxw2y0zpzsxp1rlm1wd0aqw6jda5ai5y1ards5djqsbsv87g";
};

vendorSha256 = "0q85is01cbgxflnqdvxc9w5iqdizgvsc44h8z21j712bm2w7blqq";
vendorSha256 = "0ajhbjs9ijpxp3svvj7pjiac78ps7vkqmqrizq18mllsry0m9pcl";

doCheck = false;

Expand Down

0 comments on commit 462fc94

Please sign in to comment.