about summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane/backends
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-02-17 22:50:52 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-02-22 19:42:27 +0100
commit9135aea76f449294d52e86b78f2d1fa4416ff548 (patch)
treecd845b549e58c812df87f21b00cbb606733dd543 /pkgs/applications/graphics/sane/backends
parent3675366f811fa9bf64c6dbccf8d84d90e7ad15ae (diff)
downloadnixlib-9135aea76f449294d52e86b78f2d1fa4416ff548.tar
nixlib-9135aea76f449294d52e86b78f2d1fa4416ff548.tar.gz
nixlib-9135aea76f449294d52e86b78f2d1fa4416ff548.tar.bz2
nixlib-9135aea76f449294d52e86b78f2d1fa4416ff548.tar.lz
nixlib-9135aea76f449294d52e86b78f2d1fa4416ff548.tar.xz
nixlib-9135aea76f449294d52e86b78f2d1fa4416ff548.tar.zst
nixlib-9135aea76f449294d52e86b78f2d1fa4416ff548.zip
sane-backends-git: 2016-01-25 -> 2016-02-19
Diffstat (limited to 'pkgs/applications/graphics/sane/backends')
-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 bb5e787ede66..ad1302c9913d 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-01-25";
+  version = "2016-02-19";
   src = fetchgit {
-    sha256 = "db1fecd671bd8b3a777138bb4815285b4364ee3ad01ab05424b4aa0c20ed9919";
-    rev = "056f590f2d147099554d97a89dd5e0ddfa8d6dda";
+    sha256 = "d50971c106c8e0071d71daad7235776ac9a07a5ab0adb1e0eae5536b3021dd5f";
+    rev = "d74d3bcd887d2a3d59ee96e04eb68f15c0a3b882";
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
   };
 })