Skip to content

Commit

Permalink
Merge pull request #101004 from r-ryantm/auto-update/kubespy
Browse files Browse the repository at this point in the history
kubespy: 0.5.1 -> 0.6.0
  • Loading branch information
marsam committed Oct 19, 2020
2 parents 6d70c6a + 462fc94 commit e4eb70e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/kubespy/default.nix
Original file line number Diff line number Diff line change
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 e4eb70e

Please sign in to comment.