Skip to content

Commit

Permalink
Merge pull request #136457 from Hansformer/master
Browse files Browse the repository at this point in the history
NTFS-3G and PROGS security fixes update
  • Loading branch information
veprbl committed Sep 3, 2021
2 parents 8cbcf42 + 7ca49a7 commit 876fb56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/filesystems/ntfs-3g/default.nix
Expand Up @@ -5,7 +5,7 @@

stdenv.mkDerivation rec {
pname = "ntfs3g";
version = "2017.3.23";
version = "2021.8.22";

outputs = [ "out" "dev" "man" "doc" ];

Expand All @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz";
sha256 = "1mb228p80hv97pgk3myyvgp975r9mxq56c6bdn1n24kngcfh4niy";
sha256 = "55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb";
};

patchPhase = ''
Expand Down Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';

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";
maintainers = with maintainers; [ dezgeg ];
platforms = with platforms; darwin ++ linux;
Expand Down

0 comments on commit 876fb56

Please sign in to comment.