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

flow: 0.124.0 -> 0.125.1
This commit is contained in:
Mario Rodas 2020-05-19 06:14:32 -05:00 committed by GitHub
commit dba512b9f8
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.124.0";
version = "0.125.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "1isy67fx0lrszvkf3bw3pp8mzvcyab4qnssmv4kvvz32vls8gh25";
sha256 = "0c6ai2fcssys8xd445xxc0zdn3jz6kcy85mac1p89mnlqd1r1xk4";
};
installPhase = ''