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

flow: 0.126.1 -> 0.127.0
This commit is contained in:
Mario Rodas 2020-06-14 10:53:13 -05:00 committed by GitHub
commit 47a18b58b2
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.126.1";
version = "0.127.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "1acmhyhbl4s2c907nj8jwgg9fjjrfr306vagwkcx2lza4clb2aan";
sha256 = "0daacbb4il3mm8fkbk5qlpvzp3pmrqagq2hr1gsjaf8vnmissvvm";
};
installPhase = ''