about summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-08 21:24:48 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-08 21:24:48 +0200
commit65a9fa8cdccdd7cf4737d0362789d25cc824400d (patch)
treebd109a65b1cd166d44eff9f6acd22cc7c1b60fde /pkgs/applications/graphics/sane
parent62fc8859c10dd18b005b9bcaa0b429103d7661d9 (diff)
parent6054c9f217a8db8219d5a63bcb2c275bc13962f0 (diff)
Merge branch 'master' into staging
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 182c99dc2d010..16553d6e013c7 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-23";
+  version = "2016-05-07";
   src = fetchgit {
-    sha256 = "11bf60cd5a6b314e855a69a6f57a5ca0db3254527def55662bce25810a2314df";
-    rev = "c8169b1e656f7f95c67946298da5a0e1c143f8e8";
+    sha256 = "5f8974bc56d5eb1d33fbe53b30e80395b690151a1ea418d8aa44c7e092656896";
+    rev = "926bfade544de4a4fd5f1a8082b85a97e2443770";
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
   };
 })