about 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-01-01 15:54:36 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-01 21:43:20 +0100
commit8b9a9fd9f51ed249ed88dc29c78cf17c27f6c264 (patch)
tree49018eb18036e049ca4000479886b8f00624300b /pkgs/applications/graphics
parentddb6e8e69c629db1a7cf68c9c7e257492e036b95 (diff)
downloadnixlib-8b9a9fd9f51ed249ed88dc29c78cf17c27f6c264.tar
nixlib-8b9a9fd9f51ed249ed88dc29c78cf17c27f6c264.tar.gz
nixlib-8b9a9fd9f51ed249ed88dc29c78cf17c27f6c264.tar.bz2
nixlib-8b9a9fd9f51ed249ed88dc29c78cf17c27f6c264.tar.lz
nixlib-8b9a9fd9f51ed249ed88dc29c78cf17c27f6c264.tar.xz
nixlib-8b9a9fd9f51ed249ed88dc29c78cf17c27f6c264.tar.zst
nixlib-8b9a9fd9f51ed249ed88dc29c78cf17c27f6c264.zip
saneBackendsGit: 2015-12-27 -> 2016-01-01
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 6c6838daef17..ff59b59d4014 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 = "2015-12-27";
+  version = "2016-01-01";
   src = fetchgit {
-    sha256 = "4bf6e8815d2edbbc75255928d0fb030639a9fea9a5aa953dcf1f00e167eff527";
-    rev = "cadb4b0fff00540159625320416e5601c4704627";
+    sha256 = "412c88b2b2b699b5a2ab28c7696c715e46b600398391ae038840c6b8674aea7c";
+    rev = "3f0c3df2fcde8d0cf30ab68c70cb5cad984dda6f";
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
   };
 })