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

flow: 0.188.2 -> 0.189.0
This commit is contained in:
Jörg Thalheim 2022-10-13 13:46:12 +02:00 committed by GitHub
commit 56f935ef16
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.188.2";
version = "0.189.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-oMiq4NMerhyLWtx4NhvTbK5yt7LhqnGTkFPRb+vwuug=";
sha256 = "sha256-sV2O5bFzIRm6ZiBwgDz8Y+NA5y44UztIAyvnIzkup/I=";
};
makeFlags = [ "FLOW_RELEASE=1" ];