Skip to content

Commit

Permalink
Merge pull request #100934 from r-ryantm/auto-update/fly
Browse files Browse the repository at this point in the history
fly: 6.5.1 -> 6.6.0
  • Loading branch information
marsam committed Oct 18, 2020
2 parents b67347e + 9871506 commit 1689519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/continuous-integration/fly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "fly";
version = "6.5.1";
version = "6.6.0";

src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
sha256 = "0ldw40xn9nb5picly32nq558x0klvkyrr9af0jfngbvm4l5209bc";
sha256 = "09cfsq8vfjhavhqcydg0l3bi1g12y2p160yi2v0y5vk7ipiqyzrd";
};

vendorSha256 = "1fxbxkg7disndlmb065abnfn7sn79qclkcbizmrq49f064w1ijr4";
Expand Down

0 comments on commit 1689519

Please sign in to comment.