aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/aravis
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-03-21 07:15:47 -0700
committerRyan Mulligan <ryan@ryantm.com>2019-03-21 07:15:47 -0700
commit4eac3c3ddd41987e9e2366d5e1a337721d0de730 (patch)
tree0c50913b4e05bc2185ccd06fa7ce8a75b07fa689 /pkgs/development/libraries/aravis
parent9249ab322291c1ddeb6843f228f3e4c7d0a099bb (diff)
aravis: 0.5.13 -> 0.6.1, cleanup
new update and fix so automated update can work
Diffstat (limited to 'pkgs/development/libraries/aravis')
-rw-r--r--pkgs/development/libraries/aravis/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/development/libraries/aravis/default.nix b/pkgs/development/libraries/aravis/default.nix
index e147a05d3cd8..053efe85a6da 100644
--- a/pkgs/development/libraries/aravis/default.nix
+++ b/pkgs/development/libraries/aravis/default.nix
@@ -31,14 +31,13 @@ in
stdenv.mkDerivation rec {
pname = "aravis";
- version = "0.5.13";
- name = "${pname}-${version}";
+ version = "0.6.1";
src = fetchFromGitHub {
owner = "AravisProject";
- repo = "aravis";
- rev= "c56e530b8ef53b84e17618ea2f334d2cbae04f48";
- sha256 = "1dj24dir239zmiscfhyy1m8z5rcbw0m1vx9lipx0r7c39bzzj5gy";
+ repo = pname;
+ rev= "ARAVIS_${builtins.replaceStrings ["."] ["_"] version}";
+ sha256 = "0v0hv1iyhp2azxij3ighp1b4rsw99zyqmkpdqnnxdmkcna031iga";
};
outputs = [ "bin" "dev" "out" "lib" ];
@@ -80,7 +79,7 @@ in
longDescription = ''
Implements the gigabit ethernet and USB3 protocols used by industrial cameras.
'';
- homepage = https://aravisproject.github.io/docs/aravis-0.5;
+ homepage = "https://aravisproject.github.io/docs/aravis-0.5";
license = stdenv.lib.licenses.lgpl2;
maintainers = [];
platforms = stdenv.lib.platforms.unix;