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

flow: 0.144.0 -> 0.145.0
This commit is contained in:
Mario Rodas 2021-02-22 20:46:39 -05:00 committed by GitHub
commit 70a6b79d84
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.144.0";
version = "0.145.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "sha256-Qr/fizCV+t6SbETEqns72Xv24ucLcqi1JRXF8SAtQRU=";
sha256 = "sha256-6fRKXKh+hB/d2CcmZYYSlMzP1IGCl7fLdXCQ1M0wuY4=";
};
installPhase = ''