about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-10-29 19:58:15 -0500
committerGitHub <noreply@github.com>2020-10-29 19:58:15 -0500
commit27f705def2325f34544d3eb4eaf7c592af90aea9 (patch)
tree3b04c3c8ca144b5cbcfbf8acd148921e8f7953a5 /pkgs
parentffde641ac935580f504e1d163a32b769deee7927 (diff)
parent1c8206d39ba115f05166a6272f329c3e982e98cf (diff)
downloadnixlib-27f705def2325f34544d3eb4eaf7c592af90aea9.tar
nixlib-27f705def2325f34544d3eb4eaf7c592af90aea9.tar.gz
nixlib-27f705def2325f34544d3eb4eaf7c592af90aea9.tar.bz2
nixlib-27f705def2325f34544d3eb4eaf7c592af90aea9.tar.lz
nixlib-27f705def2325f34544d3eb4eaf7c592af90aea9.tar.xz
nixlib-27f705def2325f34544d3eb4eaf7c592af90aea9.tar.zst
nixlib-27f705def2325f34544d3eb4eaf7c592af90aea9.zip
Merge pull request #102055 from r-ryantm/auto-update/flow
flow: 0.136.0 -> 0.137.0
Diffstat (limited to 'pkgs')
-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 44ecfceb8dfe..27675652eb87 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.136.0";
+  version = "0.137.0";
 
   src = fetchFromGitHub {
     owner  = "facebook";
     repo   = "flow";
     rev    = "refs/tags/v${version}";
-    sha256 = "1gpf9jk4ny5jps93scfcndzg1r93kz3hq8pijpfk4ab8qray83g6";
+    sha256 = "1bwrm0jab3pjq1md584szdb3vk4r2cka49qn6f9znnb1ji589x5q";
   };
 
   installPhase = ''