We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a874ff commit df686f8Copy full SHA for df686f8
1 file changed
pkgs/development/tools/analysis/flow/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "flow";
5
- version = "0.131.0";
+ version = "0.132.0";
6
7
src = fetchFromGitHub {
8
owner = "facebook";
9
repo = "flow";
10
rev = "refs/tags/v${version}";
11
- sha256 = "13a7gfsnfyssyi3b48s0d9k34rim493rarxd2rdyxyr4ir7jnb1p";
+ sha256 = "1080kf2zxhbgz1zhm54w3hqbbvwpfllapcq4pgwahfyvf6zb86d7";
12
};
13
14
installPhase = ''
0 commit comments