From d62204a1d2c30a7f963d95da0a152c7b26e23daa Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 7 May 2015 22:47:58 +0200 Subject: s3fs: fix typo in name --- pkgs/tools/filesystems/s3fs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/s3fs/default.nix b/pkgs/tools/filesystems/s3fs/default.nix index 4c509444b74c..c39f5cba775b 100644 --- a/pkgs/tools/filesystems/s3fs/default.nix +++ b/pkgs/tools/filesystems/s3fs/default.nix @@ -1,7 +1,7 @@ {stdenv, fetchurl, autoconf, automake, pkgconfig, curl, openssl, libxml2, fuse}: stdenv.mkDerivation { - name = "sshfs-fuse-1.78"; + name = "s3fs-fuse-1.78"; src = fetchurl { url = https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.78.tar.gz; sha256 = "1xcp0bqa4a2ynjn5phb1pj70wm322czhqp4qcb27d5jd545b1h1n"; -- cgit 1.4.1