From 6b2cdf8cd1c5913179640853eea74af4d0c7b8d4 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Jun 2016 16:27:31 +0200 Subject: [PATCH] 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 --- pkgs/applications/graphics/sane/backends/git.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/graphics/sane/backends/git.nix b/pkgs/applications/graphics/sane/backends/git.nix index a56b6b0b840..9d418234d3a 100644 --- a/pkgs/applications/graphics/sane/backends/git.nix +++ b/pkgs/applications/graphics/sane/backends/git.nix @@ -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"; }; })