From cccc48263ff0c0c265ced48b483e48053fd5b56e Mon Sep 17 00:00:00 2001 From: Karn Kallio Date: Mon, 16 Apr 2012 15:14:19 +0000 Subject: [PATCH] Sane backends URL seems to have changed. Also advance version to 1.0.22 svn path=/nixpkgs/trunk/; revision=33803 --- pkgs/misc/sane-backends/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/sane-backends/default.nix b/pkgs/misc/sane-backends/default.nix index 3f9ecdccb408..31372aa84186 100644 --- a/pkgs/misc/sane-backends/default.nix +++ b/pkgs/misc/sane-backends/default.nix @@ -6,11 +6,11 @@ in assert hotplugSupport -> (stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux"); stdenv.mkDerivation { - name = "sane-backends-1.0.21"; + name = "sane-backends-1.0.22"; src = fetchurl { - url = ftp://ftp.sane-project.org/pub/sane/sane-backends-1.0.21/sane-backends-1.0.21.tar.gz; - sha256 = "12wl4a86hxwlrx46lm5z6lw4id3j8wi82yv3khxcz5sqjai2ykp4"; + url = http://alioth.debian.org/frs/download.php/3503/sane-backends-1.0.22.tar.gz; + sha256 = "0m0cz4ljw9asqvpryl6gx1ndwf7ll2qinlvql9whnzs901la314z"; }; udevSupport = hotplugSupport;