flow: 0.72.0 -> 0.75.0
This commit is contained in:
parent
be1461fc0a
commit
f4e58cb889
@ -4,16 +4,23 @@
|
|||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.72.0";
|
version = "0.75.0";
|
||||||
name = "flow-${version}";
|
name = "flow-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "facebook";
|
owner = "facebook";
|
||||||
repo = "flow";
|
repo = "flow";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1lfnl1crwkygzbv3l85n30dqsfz627xrnmn4z3zxh7lazir5h8b8";
|
sha256 = "0xrcjjk16w6anpy58qa4la1jyfjs0xg5xkp58slhai996wqif24k";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# lwt.log is being split out into a separate package, so this can be
|
||||||
|
# removed once nixpkgs is updated.
|
||||||
|
# See https://github.com/ocsigen/lwt/issues/453#issuecomment-352897664
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace Makefile --replace lwt_log lwt.log
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp bin/flow $out/bin/
|
cp bin/flow $out/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user