batman-adv: 2015.2 -> 2016.0

This commit is contained in:
Franz Pletz
2016-01-24 05:20:18 +01:00
parent ef1f64106f
commit c485ba1c66
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, gpsd, libcap }:
let
ver = "2015.2";
ver = "2016.0";
in
stdenv.mkDerivation rec {
name = "alfred-${ver}";
src = fetchurl {
url = "http://downloads.open-mesh.org/batman/releases/batman-adv-${ver}/${name}.tar.gz";
sha256 = "0cyr3bxwypddifg18yi3i5mcdam8izlq3ayrbkjir2b4vqhixs3s";
sha256 = "1zlmcp9r1xwp6li56j5ip9x7h5gjdhh0gi6cb3f8x6ydszhynxbf";
};
nativeBuildInputs = [ pkgconfig ];