libfilezilla: 0.11.0 -> 0.11.1
This commit is contained in:
parent
1b1cc34020
commit
828856321e
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libfilezilla-${version}";
|
name = "libfilezilla-${version}";
|
||||||
version = "0.11.0";
|
version = "0.11.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.filezilla-project.org/libfilezilla/${name}.tar.bz2";
|
url = "http://download.filezilla-project.org/libfilezilla/${name}.tar.bz2";
|
||||||
sha256 = "1l4yhw269dyarqb2spqhycxzzyfn8pj4qh9vfycdw1c93hj6fx6c";
|
sha256 = "1xv4is3zaz66h6iblj9pikapsjasjcbxx31bhkgn62xdq1sadfpc";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user