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

flow: 0.160.0 -> 0.160.1
This commit is contained in:
figsoda 2021-09-27 22:31:45 -04:00 committed by GitHub
commit 984c8d67fb
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.160.0";
version = "0.160.1";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-pgNxiNzL7Mb/ueBhWBtUi4BGnLnemk3o05K/fqXWE6Q=";
sha256 = "sha256-tIKQBJ+nlUzY3+jHlXOAMfCLVJfRXZiveSkKaDMz/hI=";
};
installPhase = ''