ntfs-3g: 2015.3.14 -> 2016.2.22; maintain

Also old homepage seems to be in a redirect loop.

+4 -4
+4 -4
pkgs/tools/filesystems/ntfs-3g/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "ntfs-3g"; 6 - version = "2015.3.14"; 6 + version = "2016.2.22"; 7 7 name = "${pname}-${version}"; 8 8 9 9 buildInputs = [ libuuid ] ++ stdenv.lib.optionals crypto [ gnutls libgcrypt ]; ··· 11 11 12 12 src = fetchurl { 13 13 url = "http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz"; 14 - sha256 = "1wiqcmy07y02k3iqq56cscnhg5syisbjj9mxfaid85l3bl0rdycp"; 14 + sha256 = "180y5y09h30ryf2vim8j30a2npwz1iv9ly5yjmh3wjdkwh2jrdyp"; 15 15 }; 16 16 17 17 patchPhase = '' ··· 38 38 ''; 39 39 40 40 meta = with stdenv.lib; { 41 - homepage = http://www.tuxera.com/community/; 41 + homepage = http://www.tuxera.com/community/open-source-ntfs-3g/; 42 42 description = "FUSE-based NTFS driver with full write support"; 43 - maintainers = [ maintainers.urkud ]; 43 + maintainers = with maintainers; [ urkud dezgeg ]; 44 44 platforms = platforms.linux; 45 45 license = licenses.gpl2Plus; # and (lib)fuse-lite under LGPL2+ 46 46 };