1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

ntfs-3g: The tuxera url isn't working

svn path=/nixpkgs/trunk/; revision=30092
This commit is contained in:
Shea Levy 2011-10-28 21:28:52 +00:00
parent c33eec8e05
commit c90c831a85

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "http://tuxera.com/opensource/${name}.tgz";
url = "http://pkgs.fedoraproject.org/repo/pkgs/ntfs-3g/ntfs-3g-2010.10.2.tgz/91405690f25822142cdcb43d03e62d3f/ntfs-3g-2010.10.2.tgz";
sha256 = "0wcyks4nvi1kck8i2dgwfsy5zxhil0v0xam8zbg1p592xbqygiqp";
};