Skip to content

Commit 4b3df44

Browse files
committedDec 5, 2017
neard: 0.15-post-git-20510929 -> 0.16
1 parent 3f45966 commit 4b3df44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pkgs/servers/neard/default.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{ stdenv, fetchgit, autoreconfHook, pkgconfig, systemd, glib, dbus, libnl, pythonPackages }:
1+
{ stdenv, fetchurl, autoreconfHook, pkgconfig, systemd, glib, dbus, libnl, pythonPackages }:
22

33
stdenv.mkDerivation rec {
4-
name = "neard-0.15-post-git-20510929";
4+
name = "neard-0.16";
55

6-
src = fetchgit {
7-
url = "https://git.kernel.org/pub/scm/network/nfc/neard.git";
8-
sha256 = "07dny1l8n46v0yn30zqa8bkyj8ay01xphc124nhf2sqwbff7nf2m";
6+
src = fetchurl {
7+
url = "https://git.kernel.org/pub/scm/network/nfc/neard.git/snapshot/${name}.tar.gz";
8+
sha256 = "0bpdmyxvd3z54p95apz4bjb5jp8hbc04sicjapcryjwa8mh6pbil";
99
};
1010

1111
nativeBuildInputs = [ autoreconfHook pkgconfig ];

0 commit comments

Comments
 (0)
Please sign in to comment.