teyjus: actually update to 2.1
Note, the version in the source of this release is still 2.0-b2 https://github.com/teyjus/teyjus/issues/117 tracks asking upstream to release versions with new version numbers.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{ stdenv, fetchurl, omake, ocaml, flex, bison }:
|
||||
|
||||
let
|
||||
version = "2.1";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "teyjus-2.1";
|
||||
name = "teyjus-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/teyjus/teyjus-source-2.0-b2.tar.gz";
|
||||
sha256 = "0llhm5nrfyj7ihz2qq1q9ijrh6y4f8vl39mpfkkad5bh1m3gp2gm";
|
||||
url = "https://github.com/teyjus/teyjus/archive/v${version}.tar.gz";
|
||||
sha256 = "0393wpg8v1vvarqy2xh4fdmrwlrl6jaj960kql7cq79mb9p3m269";
|
||||
};
|
||||
|
||||
patches = [ ./fix-lex-to-flex.patch ];
|
||||
|
||||
Reference in New Issue
Block a user