summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-05 23:19:40 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-03-06 01:09:12 +0100
commitd5eb96938ad20254d91134fb0c40a28cee01969a (patch)
tree3ba5e17912e2fcda2b4ec4edc22f55b6bc2eaf58 /pkgs
parent225edbd9b599d0634fc7e68a7a84739d6e1ef185 (diff)
downloadnixpkgs-d5eb96938ad20254d91134fb0c40a28cee01969a.tar
nixpkgs-d5eb96938ad20254d91134fb0c40a28cee01969a.tar.gz
nixpkgs-d5eb96938ad20254d91134fb0c40a28cee01969a.tar.bz2
nixpkgs-d5eb96938ad20254d91134fb0c40a28cee01969a.tar.lz
nixpkgs-d5eb96938ad20254d91134fb0c40a28cee01969a.tar.xz
nixpkgs-d5eb96938ad20254d91134fb0c40a28cee01969a.tar.zst
nixpkgs-d5eb96938ad20254d91134fb0c40a28cee01969a.zip
sane-backends-git -> 2016-03-05
Diffstat (limited to 'pkgs')
-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 0e4d7ae1b83..84e1f783e2a 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-02-25";
+  version = "2016-03-05";
   src = fetchgit {
-    sha256 = "842b1186d38de14221be514a58f77c23d9f83979ea45f846440cf9cbb1f26c1f";
-    rev = "c5117ed0f1b522eab10fd2248f140b2acad2a708";
+    sha256 = "dc84530d5e0233427acfd132aa08a4cf9973c936ff72a66ee08ecf836200d367";
+    rev = "23eb95582da718791103b83ea002e947caa0f5fc";
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
   };
 })