batman-adv: 2016.2 -> 2016.3

This commit is contained in:
Franz Pletz
2016-09-06 03:59:43 +02:00
parent 36e8df19e1
commit 9a2065ff2a
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, libnl }:
let
ver = "2016.2";
ver = "2016.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 = "0bf5zlpwxvq4blcgpwjgh8ms4lfapwjpjl4sczwf3i1rv7f4p05q";
sha256 = "0ckh11dw9l6kljwa953384y295jd36x4kwzcw5wpplnx7rkg42cj";
};
nativeBuildInputs = [ pkgconfig ];