Skip to content

Commit

Permalink
flow: 0.122.0 -> 0.123.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and vbgl committed Apr 17, 2020
1 parent e42312e commit 2f33062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/flow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "flow";
version = "0.122.0";
version = "0.123.0";

src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "0a1pcrp0r7l0c8cyrg1qc1qz5dnj0mzd60v9nixgm419a7rrmp93";
sha256 = "0dsp8q3v9smjli2bkldkhzh2z032zjmqbzzchb5j18r4vz4hif16";
};

installPhase = ''
Expand Down

0 comments on commit 2f33062

Please sign in to comment.