update to 0.995
svn path=/nixpkgs/trunk/; revision=10035
This commit is contained in:
parent
7303789d88
commit
12de734949
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, saneBackends, saneFrontends,
|
{stdenv, fetchurl, saneBackends, saneFrontends,
|
||||||
libX11, gtk, pkgconfig, libusb ? null}:
|
libX11, gtk, pkgconfig, libusb ? null}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xsane-0.97";
|
name = "xsane-0.995";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.sane-project.org/pub/sane/xsane/xsane-0.97.tar.gz;
|
url = ftp://ftp.sane-project.org/pub/sane/xsane/xsane-0.995.tar.gz;
|
||||||
md5 = "3d1f889d88c3462594febd53be58c561";
|
sha256 = "02rl5bkk3z3k6s04ki14l12vsl5jnx4mri66m1hl799m7hjl5836";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [saneBackends saneFrontends libX11 gtk pkgconfig ] ++
|
buildInputs = [saneBackends saneFrontends libX11 gtk pkgconfig ] ++
|
||||||
|
Loading…
Reference in New Issue
Block a user