Skip to content

Commit

Permalink
olsrd: 0.6.6.1 -> 0.9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and vbgl committed Mar 12, 2017
1 parent 819b8c6 commit c52b751
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/networking/olsrd/default.nix
@@ -1,11 +1,12 @@
{ stdenv, fetchurl, bison, flex }:

stdenv.mkDerivation rec {
name = "olsrd-0.6.6.1";
name = "olsrd-${version}";
version = "0.9.6.1";

src = fetchurl {
url = "http://www.olsr.org/releases/0.6/${name}.tar.bz2";
sha256 = "1fphbh9x724r83gxxrd13zv487s4svnr9jdy76h4f36xxb15pnp8";
url = "http://www.olsr.org/releases/0.9/${name}.tar.bz2";
sha256 = "9cac290e9bff5fc7422110b9ccd972853f10962c962d2f31a63de9c6d1520612";
};

buildInputs = [ bison flex ];
Expand Down

0 comments on commit c52b751

Please sign in to comment.