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

Commits on Nov 9, 2017

  1. flow: 0.58.0 -> 0.59.0

    eqyiel committed Nov 9, 2017
    Copy the full SHA
    1425d44 View commit details
  2. Merge pull request #31413 from eqyiel/flow-0.59.0

    flow: 0.58.0 -> 0.59.0
    orivej authored Nov 9, 2017
    Copy the full SHA
    e824c93 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/analysis/flow/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/flow/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@
with lib;

stdenv.mkDerivation rec {
version = "0.58.0";
version = "0.59.0";
name = "flow-${version}";

src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "0s27zj3lx1mqpmfwqpvdcqpz9gzp40mbiy5hp5796pg7627spld5";
sha256 = "1i47k9dg3pawwkdccb57n6882q92jsmclk5ip2y6dv5hhv4s5z49";
};

installPhase = ''