sane-backends-git: 2016-05-09 -> 2016-06-11

fujitsu backend v131:
- hide compression-arg option when jpeg disabled
- add Send/SC/GHS macros for recent scanners
- add initial support for fi-74x0
- add initial support for fi-7030
- set has_MS_lamp=0 for fi-71x0
- add I18N macros to all option titles and descriptions
- add usb ids for many newer scanners
This commit is contained in:
Tobias Geerinckx-Rice 2016-06-11 16:27:31 +02:00 committed by Tobias Geerinckx-Rice
parent 60a2d81ac4
commit 6b2cdf8cd1
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -1,10 +1,10 @@
{ callPackage, fetchgit, ... } @ args:
callPackage ./generic.nix (args // {
version = "2016-05-09";
version = "2016-06-11";
src = fetchgit {
sha256 = "17y2l59vz2l0y5ya89390x6lim75p1mp8s5c2wzp9l4d5fy8j8dd";
rev = "1e013654cc3af09f4731ab9ec8d8324d03a7de4a";
sha256 = "6312c514e3c47f3f7003e3f54750485950720aaa35c8f0e5b7a361bc04e2a795";
rev = "5ba37467e88ca8052973b37128ce8fd36ad5d61d";
url = "git://alioth.debian.org/git/sane/sane-backends.git";
};
})