mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
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,
|
||||
libX11, gtk, pkgconfig, libusb ? null}:
|
||||
stdenv.mkDerivation {
|
||||
name = "xsane-0.97";
|
||||
name = "xsane-0.995";
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.sane-project.org/pub/sane/xsane/xsane-0.97.tar.gz;
|
||||
md5 = "3d1f889d88c3462594febd53be58c561";
|
||||
url = ftp://ftp.sane-project.org/pub/sane/xsane/xsane-0.995.tar.gz;
|
||||
sha256 = "02rl5bkk3z3k6s04ki14l12vsl5jnx4mri66m1hl799m7hjl5836";
|
||||
};
|
||||
|
||||
buildInputs = [saneBackends saneFrontends libX11 gtk pkgconfig ] ++
|
||||
|
Loading…
Reference in New Issue
Block a user