about summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane/backends/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/sane/backends/git.nix')
-rw-r--r--pkgs/applications/graphics/sane/backends/git.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/sane/backends/git.nix b/pkgs/applications/graphics/sane/backends/git.nix
new file mode 100644
index 000000000000..6c6838daef17
--- /dev/null
+++ b/pkgs/applications/graphics/sane/backends/git.nix
@@ -0,0 +1,10 @@
+{ callPackage, fetchgit, ... } @ args:
+
+callPackage ./generic.nix (args // {
+  version = "2015-12-27";
+  src = fetchgit {
+    sha256 = "4bf6e8815d2edbbc75255928d0fb030639a9fea9a5aa953dcf1f00e167eff527";
+    rev = "cadb4b0fff00540159625320416e5601c4704627";
+    url = "git://alioth.debian.org/git/sane/sane-backends.git";
+  };
+})