1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Updated ntfs-3g

svn path=/nixpkgs/trunk/; revision=12369
This commit is contained in:
Michael Raskin 2008-07-17 04:40:50 +00:00
parent a0f8f11e87
commit c040ab4293

View file

@ -1,12 +1,12 @@
args: with args;
stdenv.mkDerivation rec {
pname = "ntfs-3g";
version = "1.2531";
version = "1.2712";
name = "${pname}-${version}";
src = fetchurl {
url = "${meta.homepage}/${name}.tgz";
sha256 = "e5d834f0be7efdedc36e45808554dafcb53f70b2fa2d511df5b9ae23e6807bbe";
sha256 = "01rdx3mzp12pbi3q9l279z78w155fh5axaksxmm3xl9m9ljy4c9j";
};
buildInputs = [fuse pkgconfig utillinux];