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: ff174bf0f566
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54c25aabca5a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 1, 2020

  1. fly: 5.8.0 -> 6.0.0

    r-ryantm committed Apr 1, 2020
    Copy the full SHA
    6da44bf View commit details
  2. Merge pull request #83964 from r-ryantm/auto-update/fly

    fly: 5.8.0 -> 6.0.0
    marsam authored Apr 1, 2020
    Copy the full SHA
    54c25aa View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/continuous-integration/fly/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/continuous-integration/fly/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "fly";
version = "5.8.0";
version = "6.0.0";

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

modSha256 = "14wwspp8x6i4ry23bz8b08mfyzrwc9m7clrylxzr8j67yhg5kw6v";
modSha256 = "1wiyfii4rmj3rp8ls0ill0sjpnpjz7l3q5fzrscm8ap1qn90gvzg";

subPackages = [ "fly" ];