oslrd: update from 0.6.5.4 to 0.6.6.1

This commit is contained in:
Nixpkgs Monitor 2013-12-20 17:51:24 +02:00 committed by Evgeny Egorochkin
parent 1b28fd4866
commit 2a3d427469

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, bison, flex }:
stdenv.mkDerivation rec {
name = "olsrd-0.6.5.4";
name = "olsrd-0.6.6.1";
src = fetchurl {
url = "http://www.olsr.org/releases/0.6/${name}.tar.bz2";
sha256 = "757327b9a22b066bd0cab2a8e1cdd1c462f474bb99864a175388aa5f0c70504c";
sha256 = "1fphbh9x724r83gxxrd13zv487s4svnr9jdy76h4f36xxb15pnp8";
};
buildInputs = [ bison flex ];