batman-adv: 2017.2 -> 2017.3

This commit is contained in:
Franz Pletz
2017-10-02 20:24:21 +02:00
parent 38cc4f9f33
commit 1988f762ff
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, libnl }:
let
ver = "2017.2";
ver = "2017.3";
in
stdenv.mkDerivation rec {
name = "batctl-${ver}";
src = fetchurl {
url = "http://downloads.open-mesh.org/batman/releases/batman-adv-${ver}/${name}.tar.gz";
sha256 = "0v2k9ylmk8i85p69dh6gh134f081gm1clq1vnhn6x4831n8x0q64";
sha256 = "1a48kc2v8cb1757pxlli96qf3d7x7k3qw04rjadfs0iy09sz1ir9";
};
nativeBuildInputs = [ pkgconfig ];