3
0
Fork 0
forked from mirrors/nixpkgs

Coccinelle 0.2.1.

svn path=/nixpkgs/trunk/; revision=19736
This commit is contained in:
Ludovic Courtès 2010-01-30 17:34:49 +00:00
parent e80d65426f
commit 486ec4bddd

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, ocaml, perl, python, ncurses, makeWrapper }: { fetchurl, stdenv, ocaml, perl, python, ncurses, makeWrapper }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "coccinelle-0.2.0"; name = "coccinelle-0.2.1";
src = fetchurl { src = fetchurl {
url = "http://coccinelle.lip6.fr/distrib/${name}.tgz"; url = "http://coccinelle.lip6.fr/distrib/${name}.tgz";
sha256 = "1mg6r92h8j3kqgy9iv6kk0g96m84wcj71iavgvv9qdbk3qwim8i4"; sha256 = "06nfk40kq0pxz38pw7j3ldkakr4bx0dlypyfg3gimx8a751i0b22";
}; };
buildInputs = [ ocaml perl python ncurses makeWrapper ]; buildInputs = [ ocaml perl python ncurses makeWrapper ];