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

Commits on Jan 29, 2021

  1. flyctl: 0.0.161 -> 0.0.163

    r-ryantm committed Jan 29, 2021
    Copy the full SHA
    54ca4fd View commit details
  2. Merge pull request #111094 from r-ryantm/auto-update/flyctl

    flyctl: 0.0.161 -> 0.0.163
    marsam authored Jan 29, 2021
    Copy the full SHA
    eb19bdd 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.161";
version = "0.0.163";

src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "sha256-mM+jo1zKfA8u0IxtruQp4va0f7PldJQJV1/ypF1K0fI=";
sha256 = "sha256-cotv0EQKnrUgpBF7ibOHm8gKg6zXS2i19PTi29PajWc=";
};

preBuild = ''
@@ -17,7 +17,7 @@ buildGoModule rec {

subPackages = [ "." ];

vendorSha256 = "sha256-8rzXltsAXF9qIX1BrBwwi+145nQcXjrEBdIXgSgVYRw=";
vendorSha256 = "sha256-KLqfP5XxR/ObnWZK4qACr0XRpCpa6CW7GLhV34i3CNY=";

doCheck = false;