about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-15 19:57:08 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-16 04:22:08 +0100
commit99816323f9c475d8dc67af85af85ba7269c15cf7 (patch)
tree388a6d403c43ba0920c22bd2944758771f2bb1c4 /pkgs/applications
parentee8b2dc427aed12c5896c5dde6bb1428627cc56e (diff)
saneBackendsGit 1.0.25.{177-g753d123 -> 180-g6d8b8d5}
Diffstat (limited to 'pkgs/applications')
-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 3de7057916aa7..66e496557a864 100644
--- a/pkgs/applications/graphics/sane/backends-git.nix
+++ b/pkgs/applications/graphics/sane/backends-git.nix
@@ -7,12 +7,12 @@ in
 assert hotplugSupport -> (stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux");
 
 stdenv.mkDerivation {
-  name = "sane-backends-1.0.25.177-g753d123";
+  name = "sane-backends-1.0.25-180-g6d8b8d5";
 
   src = fetchgit {
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
-    rev = "753d123f36d08cdb8047adac7c89a9fe015c4b25";
-    sha256 = "1f5b4606f9b1b65a312794726e8d5d06056510b7426f86845ebeb8ca1a9b2f1f";
+    rev = "6d8b8d5aa6e8da2b24e1caa42b9ea75e9624b45d";
+    sha256 = "b5b2786eef835550e4a4522db05c8c81075b1a7aff5a66f1d4a498f6efe0ef03";
   };
 
   udevSupport = hotplugSupport;