about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-03 12:39:55 +0100
committerPeter Simons <simons@cryp.to>2014-01-03 12:42:48 +0100
commit72629aa7dacd271d27135a95d39c18459ed38001 (patch)
tree6e34af3ec855f8baa18c1ee452c820881b4a4b87 /pkgs/applications/graphics
parent38fcedcd5fb048e8e6d3892a46f6c981d6bbdd65 (diff)
downloadnixlib-72629aa7dacd271d27135a95d39c18459ed38001.tar
nixlib-72629aa7dacd271d27135a95d39c18459ed38001.tar.gz
nixlib-72629aa7dacd271d27135a95d39c18459ed38001.tar.bz2
nixlib-72629aa7dacd271d27135a95d39c18459ed38001.tar.lz
nixlib-72629aa7dacd271d27135a95d39c18459ed38001.tar.xz
nixlib-72629aa7dacd271d27135a95d39c18459ed38001.tar.zst
nixlib-72629aa7dacd271d27135a95d39c18459ed38001.zip
sane-backends-git: update to version 1.0.24.73-g6c4f6bc (i.e. current Git HEAD)
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/sane/backends-git.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/sane/backends-git.nix b/pkgs/applications/graphics/sane/backends-git.nix
index 7ba6e1756ba0..67b733dda7ae 100644
--- a/pkgs/applications/graphics/sane/backends-git.nix
+++ b/pkgs/applications/graphics/sane/backends-git.nix
@@ -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;