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

flow: 0.191.0 -> 0.192.0
This commit is contained in:
Mario Rodas 2022-11-05 10:01:59 -05:00 committed by GitHub
commit d7307eff5c
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.191.0";
version = "0.192.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-WS2Mm8hK03fXfjLLSL9V0itgmv8/tDQhN6G/C6SucOs=";
sha256 = "sha256-Eqn90vA48PKea2Qrj7sN1hWoU31KzAr7xbfF8Fwi9uw=";
};
makeFlags = [ "FLOW_RELEASE=1" ];