aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libraw1394
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2008-02-06 19:00:41 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2008-02-06 19:00:41 +0000
commit4f5f90015f3349183e7d23eb81037661a95dd51b (patch)
treec965a555194a1114dabb63a8c7625a941c0d68e3 /pkgs/development/libraries/libraw1394
parent4086ba92fadd8020ffd108d47b5cd953dfacc2c2 (diff)
libraw1394: 1.3.0
svn path=/nixpkgs/branches/stdenv-updates/; revision=10520
Diffstat (limited to 'pkgs/development/libraries/libraw1394')
-rw-r--r--pkgs/development/libraries/libraw1394/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/libraries/libraw1394/default.nix b/pkgs/development/libraries/libraw1394/default.nix
index 8463749fcb3f..af0553d49f78 100644
--- a/pkgs/development/libraries/libraw1394/default.nix
+++ b/pkgs/development/libraries/libraw1394/default.nix
@@ -1,15 +1,15 @@
args: with args;
-stdenv.mkDerivation {
- name = "libraw1394-1.2.0";
+stdenv.mkDerivation rec {
+ name = "libraw1394-1.3.0";
src = fetchurl {
- url = "mirror://sourceforge/libraw1394/libraw1394-1.2.0.tar.gz";
- sha256 = "1b9zqqzyz0ihyfvhn135y3wc6vmym5yz21jxj9dp0f09b96gmp0z";
+ url = "${meta.homepage}/dl/${name}.tar.gz";
+ sha256 = "035mrca9fhg4kq8r1s5yjgzg3vrn1nc3ndy13yg3chhqgx4dzzr0";
};
meta = {
description = "library providing direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface";
- homepage = "http://wiki.linux1394.org/";
+ homepage = "http://wiki.linux1394.org";
license = ["GPL" "LGPL"];
};
}