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

flow: 0.141.0 -> 0.142.0
This commit is contained in:
Sandro 2021-01-18 19:28:11 +01:00 committed by GitHub
commit 490754582a
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.141.0";
version = "0.142.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "1hbq55gi834zapmly0gmg3kpqa1zwxcw4gll4g6vgzr0pfa0bwb2";
sha256 = "sha256-peK9+3RsY+4LuN+N/w+HIFX18yDZfqEuioBezNq7yXw=";
};
installPhase = ''