batman-adv: 2019.0 -> 2019.1

This commit is contained in:
Franz Pletz
2019-04-02 12:02:41 +02:00
parent 7c0e94c5d0
commit 6fe8153609
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, libnl }:
let
ver = "2019.0";
ver = "2019.1";
in
stdenv.mkDerivation rec {
name = "batctl-${ver}";
src = fetchurl {
url = "https://downloads.open-mesh.org/batman/releases/batman-adv-${ver}/${name}.tar.gz";
sha256 = "0cdmb3zkjh8xcsicwyrimwzj8f4x3rjsfzk9im7695pkdw4j2xwr";
sha256 = "14wp8rvm2m1r5qz7p1m08bzg2gmqyldkw1p6gk8rkdyqb3q0abg8";
};
nativeBuildInputs = [ pkgconfig ];