netatalk: 3.1.7 -> 3.1.11

Netatalk 3.1.11 is the latest stable release.  There is also a nasty bug
with netatalk < 3.1.11 (https://sourceforge.net/p/netatalk/bugs/636/)
that prevents using netatalk shares for time machine backups.
This commit is contained in:
kyren
2017-11-08 14:21:00 -05:00
parent 0101856765
commit 997d66c489
2 changed files with 17 additions and 16 deletions
+3 -2
View File
@@ -1,11 +1,11 @@
{ fetchurl, stdenv, pkgconfig, db, libgcrypt, avahi, libiconv, pam, openssl, acl, ed, glibc }:
stdenv.mkDerivation rec{
name = "netatalk-3.1.7";
name = "netatalk-3.1.11";
src = fetchurl {
url = "mirror://sourceforge/netatalk/netatalk/${name}.tar.bz2";
sha256 = "0wf09fyqzza024qr1s26z5x7rsvh9zb4pv598gw7gm77wjcr6174";
sha256 = "3434472ba96d3bbe3b024274438daad83b784ced720f7662a4c1d0a1078799a6";
};
nativeBuildInputs = [ pkgconfig ];
@@ -46,3 +46,4 @@ stdenv.mkDerivation rec{
maintainers = with stdenv.lib.maintainers; [ jcumming ];
};
}