Merge pull request from marsam/update-flow

flow: 0.207.0 -> 0.208.0
This commit is contained in:
Pol Dellaiera 2023-06-16 08:18:39 +02:00 committed by GitHub
commit e2487ede45
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.207.0";
version = "0.208.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-0qEo1drdtIxdZriaLNm+T1J00wJoeBbtox5LDmrLX4Y=";
sha256 = "sha256-fZWSTSq8C4LwOuZaR4HtxJ5jwVKqmcIzf2zTyHeK1Cs=";
};
postPatch = ''