summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-06-02 14:26:44 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-06-03 17:17:08 +0300
commitbac26e08dbb6622c39bba13047c54e80282d031d (patch)
tree3fb6703841226a9c43e4f14ae5676dfb50b2e46e /pkgs/applications/graphics/sane
parentd27881c014802d367dfb40e76a37c738e3ef187b (diff)
downloadnixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.gz
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.bz2
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.lz
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.xz
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.tar.zst
nixpkgs-bac26e08dbb6622c39bba13047c54e80282d031d.zip
Fix lots of fetchgit hashes (fallout from #15469)
Diffstat (limited to 'pkgs/applications/graphics/sane')
-rw-r--r--pkgs/applications/graphics/sane/backends/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/sane/backends/git.nix b/pkgs/applications/graphics/sane/backends/git.nix
index f7ea901e41b..a56b6b0b840 100644
--- a/pkgs/applications/graphics/sane/backends/git.nix
+++ b/pkgs/applications/graphics/sane/backends/git.nix
@@ -3,7 +3,7 @@
 callPackage ./generic.nix (args // {
   version = "2016-05-09";
   src = fetchgit {
-    sha256 = "5e3d647503d1231395a6782c6aa536b52b3d45585a87a0600ce0aca8b422cf82";
+    sha256 = "17y2l59vz2l0y5ya89390x6lim75p1mp8s5c2wzp9l4d5fy8j8dd";
     rev = "1e013654cc3af09f4731ab9ec8d8324d03a7de4a";
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
   };