summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-24 01:47:27 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-24 20:23:59 +0100
commit96edcf403cb5d6ac60bb87589865f4995dc7c117 (patch)
treeb701a49200c699a3d8b26ea2310443df94d05b01 /pkgs/applications/graphics
parent75326bee6a6578631145f911a688c4afb29aa248 (diff)
downloadnixlib-96edcf403cb5d6ac60bb87589865f4995dc7c117.tar
nixlib-96edcf403cb5d6ac60bb87589865f4995dc7c117.tar.gz
nixlib-96edcf403cb5d6ac60bb87589865f4995dc7c117.tar.bz2
nixlib-96edcf403cb5d6ac60bb87589865f4995dc7c117.tar.lz
nixlib-96edcf403cb5d6ac60bb87589865f4995dc7c117.tar.xz
nixlib-96edcf403cb5d6ac60bb87589865f4995dc7c117.tar.zst
nixlib-96edcf403cb5d6ac60bb87589865f4995dc7c117.zip
sane-backends-git: 2016-03-05 -> 2016-03-24
Changes:
- epsonds: fixed resolution setting bug
  DS-60000 workaround is needed no more
- pixma: backend version 0.17.29
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/sane/backends/git.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/sane/backends/git.nix b/pkgs/applications/graphics/sane/backends/git.nix
index 84e1f783e2a3..b285edd71e03 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-03-05";
+  version = "2016-03-24";
   src = fetchgit {
-    sha256 = "dc84530d5e0233427acfd132aa08a4cf9973c936ff72a66ee08ecf836200d367";
-    rev = "23eb95582da718791103b83ea002e947caa0f5fc";
+    sha256 = "593672ccfef6e3e0f3cb8ae4bbc67db9b2f1a821df4914343e4cf32f75cea865";
+    rev = "41a416e4afcf6cada69193dc408ef184d0e5f678";
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
   };
 })