summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-05-08 10:42:07 +0200
committerDomen Kožar <domen@dev.si>2015-05-08 10:42:07 +0200
commit25408d4146116be175624822bc94ee84e8351a0c (patch)
tree37f0b772dbc82fe14f4746beb6c75f2753433965 /pkgs
parent8849e8daa3d8415a91f323152876373270cd34d1 (diff)
parentd62204a1d2c30a7f963d95da0a152c7b26e23daa (diff)
downloadnixlib-25408d4146116be175624822bc94ee84e8351a0c.tar
nixlib-25408d4146116be175624822bc94ee84e8351a0c.tar.gz
nixlib-25408d4146116be175624822bc94ee84e8351a0c.tar.bz2
nixlib-25408d4146116be175624822bc94ee84e8351a0c.tar.lz
nixlib-25408d4146116be175624822bc94ee84e8351a0c.tar.xz
nixlib-25408d4146116be175624822bc94ee84e8351a0c.tar.zst
nixlib-25408d4146116be175624822bc94ee84e8351a0c.zip
Merge pull request #7753 from Lassulus/my-15.05pre61665.4c01e6d
s3fs: fix typo in name
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/filesystems/s3fs/default.nix2
1 files changed, 1 insertions, 1 deletions
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";