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

flow: 0.172.0 -> 0.173.0
This commit is contained in:
Mario Rodas 2022-03-13 12:54:49 -05:00 committed by GitHub
commit 302f729ca8
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.172.0";
version = "0.173.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-N3mP1dhul7Ljn278CJmge4IrVllQJsc73A3/7mTSU70=";
sha256 = "sha256-F0t85/sq9p+eNEf2XAGxw+ZWeRgUbkhrKFdGASijuAs=";
};
installPhase = ''