neard: 0.15-post-git-20510929 -> 0.16

This commit is contained in:
Orivej Desh 2017-12-05 22:05:21 +00:00
parent 3f4596620c
commit 4b3df44fab

View file

@ -1,11 +1,11 @@
{ stdenv, fetchgit, autoreconfHook, pkgconfig, systemd, glib, dbus, libnl, pythonPackages }:
{ stdenv, fetchurl, autoreconfHook, pkgconfig, systemd, glib, dbus, libnl, pythonPackages }:
stdenv.mkDerivation rec {
name = "neard-0.15-post-git-20510929";
name = "neard-0.16";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/nfc/neard.git";
sha256 = "07dny1l8n46v0yn30zqa8bkyj8ay01xphc124nhf2sqwbff7nf2m";
src = fetchurl {
url = "https://git.kernel.org/pub/scm/network/nfc/neard.git/snapshot/${name}.tar.gz";
sha256 = "0bpdmyxvd3z54p95apz4bjb5jp8hbc04sicjapcryjwa8mh6pbil";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];