1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

flow: 0.112.0 -> 0.113.0

Changelog: https://github.com/facebook/flow/releases/tag/v0.113.0
This commit is contained in:
Mario Rodas 2019-12-02 18:00:00 -05:00
parent e3434cd11b
commit 7116a3d1df
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flow";
version = "0.112.0";
version = "0.113.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "refs/tags/v${version}";
sha256 = "1l8aahvlj9hk93snvrqm7r0mxj5iw244q72s6wallsqm7j4g967h";
sha256 = "1z7zy2ma1rmx2jjrsrnlrv2j5ff4zlzzlqvlmv7fc7dds3wlz6ia";
};
installPhase = ''