teyjus: 2.0b2 -> 2.1

This commit is contained in:
Vincent Laporte
2016-12-02 19:49:07 +00:00
parent 895d3c8908
commit 7f501d7f02
3 changed files with 17 additions and 19 deletions
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, omake, ocaml, flex, bison }:
{ stdenv, fetchzip, omake, ocaml, flex, bison }:
stdenv.mkDerivation {
name = "teyjus-2.0b2";
name = "teyjus-2.1";
src = fetchurl {
url = "https://teyjus.googlecode.com/files/teyjus-source-2.0-b2.tar.gz";
sha256 = "f589fb460d7095a6e674b7a6413772c41b98654c38602c3e8c477a976da99052";
src = fetchzip {
url = https://github.com/teyjus/teyjus/archive/v2.1.tar.gz;
sha256 = "064jqf68zpmvndgyhilmxfhnvx1bzm8avhgw82csj5wxw5ky6glz";
};
patches = [ ./fix-lex-to-flex.patch ];