sane-backends-git: update to version 1.0.24.73-g6c4f6bc (i.e. current Git HEAD)

This commit is contained in:
Peter Simons 2014-01-03 12:39:55 +01:00
parent 38fcedcd5f
commit 72629aa7da

View File

@ -7,12 +7,12 @@ in
assert hotplugSupport -> (stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux");
stdenv.mkDerivation {
name = "sane-backends-1.0.23.296-gf139120";
name = "sane-backends-1.0.24.73-g6c4f6bc";
src = fetchgit {
url = "http://git.debian.org/git/sane/sane-backends.git";
rev = "f139120c72db6de98be95b52c206c2a4d8071e92";
sha256 = "1b2fv19c8ijh9l0jjilli3j70n17wvcgpqq1nxmiby3ai6nrzk8d";
url = "git://alioth.debian.org/git/sane/sane-backends.git";
rev = "6c4f6bc58615755dc734281703b594cea3ebf848";
sha256 = "0f7lbv1rnr53n4rpihcd8dkfm01xvwfnx9i1nqaadrzbpvgkjrfa";
};
udevSupport = hotplugSupport;