about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/curlftpfs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-09 15:40:12 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-09 15:40:12 +0000
commit6c37624153d57c8061befae00eb9c6e68f367997 (patch)
treebbd4ff67270e5652eec26acf823d0c8ff7fc06db /pkgs/tools/filesystems/curlftpfs
parent396b40f6d4b8d8712827e036145d50cf4189c44d (diff)
Updating curlftpfs
svn path=/nixpkgs/trunk/; revision=20994
Diffstat (limited to 'pkgs/tools/filesystems/curlftpfs')
-rw-r--r--pkgs/tools/filesystems/curlftpfs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/curlftpfs/default.nix b/pkgs/tools/filesystems/curlftpfs/default.nix
index 6d90cae5dc5bd..90832fc50b11a 100644
--- a/pkgs/tools/filesystems/curlftpfs/default.nix
+++ b/pkgs/tools/filesystems/curlftpfs/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, fuse, curl, pkgconfig, glib, zlib}:
 
 stdenv.mkDerivation {
-  name = "curlftpfs-0.9.1";
+  name = "curlftpfs-0.9.2";
   src = fetchurl {
-    url = mirror://sourceforge/curlftpfs/curlftpfs-0.9.1.tar.gz;
-    sha256 = "9f50cdf02c0dc31ef148410345b2374d294d8853d2dae11775e36b0268ad227d";
+    url = mirror://sourceforge/curlftpfs/curlftpfs-0.9.2.tar.gz;
+    sha256 = "0n397hmv21jsr1j7zx3m21i7ryscdhkdsyqpvvns12q7qwwlgd2f";
   };
   buildInputs = [fuse curl pkgconfig glib zlib];
 }