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>2015-12-27 22:56:42 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-27 22:56:43 +0100
commit4ef9b7558f9f61910c9b39073cbef8883aa5ede1 (patch)
treebf06e57ae1742060adc1008fecfe9d360335a0c0 /pkgs/applications/graphics
parentde124aa5312ed9a720d1de926778048093a71fb6 (diff)
downloadnixlib-4ef9b7558f9f61910c9b39073cbef8883aa5ede1.tar
nixlib-4ef9b7558f9f61910c9b39073cbef8883aa5ede1.tar.gz
nixlib-4ef9b7558f9f61910c9b39073cbef8883aa5ede1.tar.bz2
nixlib-4ef9b7558f9f61910c9b39073cbef8883aa5ede1.tar.lz
nixlib-4ef9b7558f9f61910c9b39073cbef8883aa5ede1.tar.xz
nixlib-4ef9b7558f9f61910c9b39073cbef8883aa5ede1.tar.zst
nixlib-4ef9b7558f9f61910c9b39073cbef8883aa5ede1.zip
saneBackendsGit: 2015-12-20 -> 2015-12-27
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 7a76d8804d6c..6c6838daef17 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-20";
+  version = "2015-12-27";
   src = fetchgit {
-    sha256 = "998fdc9cdd3f9220c38244e0b87bba3ee623d7d20726479b04ed95b3836a37ed";
-    rev = "5136e664b8608604f54a2cc1d466019922b311e6";
+    sha256 = "4bf6e8815d2edbbc75255928d0fb030639a9fea9a5aa953dcf1f00e167eff527";
+    rev = "cadb4b0fff00540159625320416e5601c4704627";
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
   };
 })