Skip to content

Commit

Permalink
Merge pull request #264560 from r-ryantm/auto-update/fly
Browse files Browse the repository at this point in the history
fly: 7.10.0 -> 7.11.0
  • Loading branch information
fabianhjr authored Oct 31, 2023
2 parents 5b51667 + cc6a3bd commit 26ad83b
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 = "7.10.0";
version = "7.11.0";

src = fetchFromGitHub {
owner = "concourse";
repo = "concourse";
rev = "v${version}";
hash = "sha256-KmKIr7Y3CQmv1rXdju6xwUHABqj/dkXpgWc/yNrAza8=";
hash = "sha256-lp6EXdwmgmjhFxRQXn2P4iRrtJS1QTvg4225V/6E7MI=";
};

vendorHash = "sha256-lc0okniezfTNLsnCBIABQxSgakRUidsprrEnkH8il2g=";
vendorHash = "sha256-p3EhXrRjAFG7Ayfj/ArAWO7KL3S/iR/nwFwXcDc+DSs=";

subPackages = [ "fly" ];

Expand Down

0 comments on commit 26ad83b

Please sign in to comment.