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

flow: 0.155.0 -> 0.155.1
This commit is contained in:
Mario Rodas 2021-07-19 23:07:43 -05:00 committed by GitHub
commit 19d42e37fa
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.155.0";
version = "0.155.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "sha256-NMqglKpVrGgkxnrxSKKUeQ9RZ3eamlO6CDlaHjwKA3I=";
sha256 = "sha256-tlnABN/mcUsR8tgqgrQT+t6joo6wJMeGKtcbjyiVbbE=";
};
installPhase = ''