Merge pull request #136536 from NixOS/backport-136457-to-release-21.05

This commit is contained in:
Martin Weinelt 2021-09-05 14:28:20 +02:00 committed by GitHub
commit ce1037cc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ntfs3g"; pname = "ntfs3g";
version = "2017.3.23"; version = "2021.8.22";
outputs = [ "out" "dev" "man" "doc" ]; outputs = [ "out" "dev" "man" "doc" ];
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz"; url = "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz";
sha256 = "1mb228p80hv97pgk3myyvgp975r9mxq56c6bdn1n24kngcfh4niy"; sha256 = "55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb";
}; };
patchPhase = '' patchPhase = ''
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "https://www.tuxera.com/community/open-source-ntfs-3g/"; homepage = "https://github.com/tuxera/ntfs-3g";
description = "FUSE-based NTFS driver with full write support"; description = "FUSE-based NTFS driver with full write support";
maintainers = with maintainers; [ dezgeg ]; maintainers = with maintainers; [ dezgeg ];
platforms = with platforms; darwin ++ linux; platforms = with platforms; darwin ++ linux;