Merge pull request #234554 from marsam/update-flow

flow: 0.206.0 -> 0.207.0
This commit is contained in:
Mario Rodas 2023-05-28 01:08:06 -05:00 committed by GitHub
commit f38b5c3260
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.206.0";
version = "0.207.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-pDh43pOf/PhyxGcYRnQsuq7FBJz2Wru77QBTEYSobno=";
sha256 = "sha256-0qEo1drdtIxdZriaLNm+T1J00wJoeBbtox5LDmrLX4Y=";
};
postPatch = ''