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

flow: 0.171.0 -> 0.172.0
This commit is contained in:
Mario Rodas 2022-02-18 06:08:14 -05:00 committed by GitHub
commit 10c632d37e
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.171.0";
version = "0.172.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-g/i2ZeIzitL35x3QoL+Rng3M0AiYgsBQ8TQY35Jmboc=";
sha256 = "sha256-N3mP1dhul7Ljn278CJmge4IrVllQJsc73A3/7mTSU70=";
};
installPhase = ''