mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Updating curlftpfs
svn path=/nixpkgs/trunk/; revision=20994
This commit is contained in:
parent
396b40f6d4
commit
6c37624153
@ -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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user