about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-05-27 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-05-27 04:20:00 +0000
commit8aebbc7beb4d9e735d4a16ecba05d13e6510454f (patch)
treec19371723fe21a1802eebbe433b7113f9370f786 /pkgs/development/tools/analysis
parent5a6e2e3a25ea917ecd9d7d92ee4ebb94100b6dc9 (diff)
flow: 0.206.0 -> 0.207.0
Diff: https://github.com/facebook/flow/compare/v0.206.0...v0.207.0

Changelog: https://github.com/facebook/flow/raw/v0.207.0/Changelog.md
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/flow/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/flow/default.nix b/pkgs/development/tools/analysis/flow/default.nix
index 73219ed01e668..b69391f0fdc26 100644
--- a/pkgs/development/tools/analysis/flow/default.nix
+++ b/pkgs/development/tools/analysis/flow/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "flow";
-  version = "0.206.0";
+  version = "0.207.0";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "flow";
     rev = "v${version}";
-    sha256 = "sha256-pDh43pOf/PhyxGcYRnQsuq7FBJz2Wru77QBTEYSobno=";
+    sha256 = "sha256-0qEo1drdtIxdZriaLNm+T1J00wJoeBbtox5LDmrLX4Y=";
   };
 
   postPatch = ''