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

Commits on Apr 1, 2020

  1. flyctl: 0.0.102 -> 0.0.110

    r-ryantm committed Apr 1, 2020
    Copy the full SHA
    3b37ff1 View commit details
  2. Merge pull request #83965 from r-ryantm/auto-update/flyctl

    flyctl: 0.0.102 -> 0.0.110
    marsam authored Apr 1, 2020
    Copy the full SHA
    4e02ae6 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/web/flyctl/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/web/flyctl/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "flyctl";
version = "0.0.102";
version = "0.0.110";

src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "181j248i8j9g7kz5krg0bkbxkvmcwpz2vlknii5q3dy7yhgg19h3";
sha256 = "1fvvanyzrai41fq98msjwzgwsidxbaly6f6knma6lwmicv4f9svg";
};

preBuild = ''
@@ -20,7 +20,7 @@ buildGoModule rec {
rm $out/bin/helpgen
'';

modSha256 = "1mqkc7hnavvpbqar9f1d2vnm47p4car9abnk2ikyf27jr5glwmsd";
modSha256 = "0lnk2g5msqhhshh99s32sqd793rdlzmp7vhqdb1fd6qafrrrxm5w";

meta = with lib; {
description = "Command line tools for fly.io services";