about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-08-22 01:06:13 -0500
committerGitHub <noreply@github.com>2021-08-22 01:06:13 -0500
commitc1f6ee822540d1fe954568851e1668ae6849b825 (patch)
tree2d024adecf577c90cf7b6238504a8f0222b38eab
parent31c599b86eefc09e99f2044da0be3d114315a497 (diff)
parent2ea7eb9c976f71ad4b1c5d58bbd55c0deb692b3f (diff)
Merge pull request #135144 from r-ryantm/auto-update/flow
flow: 0.157.0 -> 0.158.0
-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 4fd0276f7f4db..78df8883cf9bf 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.157.0";
+  version = "0.158.0";
 
   src = fetchFromGitHub {
     owner = "facebook";
     repo = "flow";
     rev = "v${version}";
-    sha256 = "sha256-16DDlVCBZ8Rtd5OM9tJUxekzYDAirX1zJ36cyPOv/SU=";
+    sha256 = "sha256-Wl+Jux20gtl+upaKcFF3ub5TetNUf2GwfenH+Ddvqfw=";
   };
 
   installPhase = ''