about summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2016-09-05 20:30:54 -0400
committerChris Martin <ch.martin@gmail.com>2016-09-05 20:30:54 -0400
commitd197498b8f2a1cc41c7203b40927635787015f07 (patch)
treeb8171f828ca24bae53eb8e577ac039154b52086b /pkgs/applications/graphics/sane
parent1dca12c21d24ee33197143ada659c213dc228c0a (diff)
sane-frontends: md5->sha256
Diffstat (limited to 'pkgs/applications/graphics/sane')
-rw-r--r--pkgs/applications/graphics/sane/frontends.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/sane/frontends.nix b/pkgs/applications/graphics/sane/frontends.nix
index 3532a9439283f..b5abe34581aa8 100644
--- a/pkgs/applications/graphics/sane/frontends.nix
+++ b/pkgs/applications/graphics/sane/frontends.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://alioth.debian.org/frs/download.php/file/1140/${name}.tar.gz";
-    md5 = "c63bf7b0bb5f530cf3c08715db721cd3";
+    sha256 = "1ad4zr7rcxpda8yzvfkq1rfjgx9nl6lan5a628wvpdbh3fn9v0z7";
   };
 
   preConfigure = ''