Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 346b2b3

Browse files
committed
changing tornado example to support git branch/rev
1 parent 014d624 commit 346b2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ tornado.nix: tornado.txt $(PYPI2NIX)
230230
@$(PYPI2NIX) -v --basename tornado -r tornado.txt -I $(NIX_PATH) -V "3.5"
231231

232232
tornado.txt: tornado-clear
233-
@echo "-e git+git://github.com/tornadoweb/tornado.git#egg=tornado" > tornado.txt
233+
@echo "-e git+git://github.com/tornadoweb/tornado.git@69253c820df473407c562a227d0ba36df25018ab#egg=tornado" > tornado.txt
234234

235235
tornado-clear:
236236
@rm -f tornado

0 commit comments

Comments
 (0)