summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-06-11 21:11:43 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-06-12 00:28:55 +0200
commit6558f0add3f15e62f182bf33e1acf0c857d78832 (patch)
tree4e0b1422b6b9bba29c3c0774052b3c551ed4ed0d /pkgs/applications/graphics/sane
parent9f266996b401179c254ae2dd913aa01d111ca6b3 (diff)
downloadnixpkgs-6558f0add3f15e62f182bf33e1acf0c857d78832.tar
nixpkgs-6558f0add3f15e62f182bf33e1acf0c857d78832.tar.gz
nixpkgs-6558f0add3f15e62f182bf33e1acf0c857d78832.tar.bz2
nixpkgs-6558f0add3f15e62f182bf33e1acf0c857d78832.tar.lz
nixpkgs-6558f0add3f15e62f182bf33e1acf0c857d78832.tar.xz
nixpkgs-6558f0add3f15e62f182bf33e1acf0c857d78832.tar.zst
nixpkgs-6558f0add3f15e62f182bf33e1acf0c857d78832.zip
sane-backends-git: fix corrupted hash
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 9d418234d3a..dbf79bf20ac 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-06-11";
   src = fetchgit {
-    sha256 = "6312c514e3c47f3f7003e3f54750485950720aaa35c8f0e5b7a361bc04e2a795";
+    sha256 = "0jpavig7bg7l72drlwipmsg03j6qdy5aq2r3kj6a2h6ahpnm2549";
     rev = "5ba37467e88ca8052973b37128ce8fd36ad5d61d";
     url = "git://alioth.debian.org/git/sane/sane-backends.git";
   };