Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a70d31b11f98
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8bbf96d7f9d7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 4, 2020

  1. fly: 6.5.0 -> 6.5.1

    r-ryantm committed Sep 4, 2020
    Copy the full SHA
    96e6957 View commit details

Commits on Sep 5, 2020

  1. Merge pull request #97124 from r-ryantm/auto-update/fly

    fly: 6.5.0 -> 6.5.1
    ryantm authored Sep 5, 2020
    Copy the full SHA
    8bbf96d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/continuous-integration/fly/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/continuous-integration/fly/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

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

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

vendorSha256 = "1fxbxkg7disndlmb065abnfn7sn79qclkcbizmrq49f064w1ijr4";