summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-04-23 01:30:53 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-04-23 01:34:25 +0200
commit23f3d86a3be8188a7623fe74727e8c842d01e633 (patch)
tree5a9f785a451ef991effb7ac016faef531774eb27 /pkgs/applications/graphics/sane
parent1076c93de3778f818d7e4cfe68b5232808f34fa0 (diff)
downloadnixpkgs-23f3d86a3be8188a7623fe74727e8c842d01e633.tar
nixpkgs-23f3d86a3be8188a7623fe74727e8c842d01e633.tar.gz
nixpkgs-23f3d86a3be8188a7623fe74727e8c842d01e633.tar.bz2
nixpkgs-23f3d86a3be8188a7623fe74727e8c842d01e633.tar.lz
nixpkgs-23f3d86a3be8188a7623fe74727e8c842d01e633.tar.xz
nixpkgs-23f3d86a3be8188a7623fe74727e8c842d01e633.tar.zst
nixpkgs-23f3d86a3be8188a7623fe74727e8c842d01e633.zip
sane-backends-git -> 2016-04-23
More Pixma fixes.
Diffstat (limited to 'pkgs/applications/graphics/sane')
-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 d7d512d8def..182c99dc2d0 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-04-20";
+  version = "2016-04-23";
   src = fetchgit {
-    sha256 = "f4a20eb41d72ff5961484ef164df44805a987523153107cc6f45acfb3d0208e2";
-    rev = "4b2f171a13248a8e3d79379e368c54fb71ed97e2";
+    sha256 = "11bf60cd5a6b314e855a69a6f57a5ca0db3254527def55662bce25810a2314df";
+    rev = "c8169b1e656f7f95c67946298da5a0e1c143f8e8";
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
   };
 })