Skip to content

Commit

Permalink
Merge pull request #96229 from r-ryantm/auto-update/fly
Browse files Browse the repository at this point in the history
fly: 6.4.1 -> 6.5.0
  • Loading branch information
ryantm committed Aug 25, 2020
2 parents 407a0b5 + 46d3368 commit 7470252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/continuous-integration/fly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "fly";
version = "6.4.1";
version = "6.5.0";

src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
sha256 = "16si1qm835yyvk2f0kwn9wnk8vpy5q4whgws1s2p6jr7dswg43h8";
sha256 = "0x8q1l56h24mmq01j3hib2qg0g44z82mxhmmljy8yv5s2iir0sfh";
};

vendorSha256 = "0nv9q3j9cja8c6d7ac8fzb8zf82zz1z77f8cxvn3vxjki7fhlavm";
vendorSha256 = "1fxbxkg7disndlmb065abnfn7sn79qclkcbizmrq49f064w1ijr4";

doCheck = false;

Expand Down

0 comments on commit 7470252

Please sign in to comment.