3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #43952 from r-ryantm/auto-update/batctl

batctl: 2018.1 -> 2018.2
This commit is contained in:
Frederik Rietdijk 2018-07-22 08:20:41 +02:00 committed by GitHub
commit c556f41368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, libnl }:
let
ver = "2018.1";
ver = "2018.2";
in
stdenv.mkDerivation rec {
name = "batctl-${ver}";
src = fetchurl {
url = "https://downloads.open-mesh.org/batman/releases/batman-adv-${ver}/${name}.tar.gz";
sha256 = "0lxm0vb0w1gxyi5k553jgkpmhifc4cykzfybrsk8hvwilq6pv1r7";
sha256 = "09bxh4yifqiphn0ljc3msbxid62ynd9kk3vn82h13gcpfnyckw6z";
};
nativeBuildInputs = [ pkgconfig ];