Merge pull request #96312 from r-ryantm/auto-update/flow

flow: 0.131.0 -> 0.132.0
This commit is contained in:
Mario Rodas 2020-08-25 20:36:02 -05:00 committed by GitHub
commit 16d7033711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.131.0";
version = "0.132.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "13a7gfsnfyssyi3b48s0d9k34rim493rarxd2rdyxyr4ir7jnb1p";
sha256 = "1080kf2zxhbgz1zhm54w3hqbbvwpfllapcq4pgwahfyvf6zb86d7";
};
installPhase = ''