Merge pull request #58044 from ryantm/fix-aravis

aravis: 0.5.13 -> 0.6.1, cleanup
This commit is contained in:
Ryan Mulligan 2019-03-23 07:21:45 -07:00 committed by GitHub
commit 521befb141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,14 +31,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "aravis"; pname = "aravis";
version = "0.5.13"; version = "0.6.1";
name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AravisProject"; owner = "AravisProject";
repo = "aravis"; repo = pname;
rev= "c56e530b8ef53b84e17618ea2f334d2cbae04f48"; rev= "ARAVIS_${builtins.replaceStrings ["."] ["_"] version}";
sha256 = "1dj24dir239zmiscfhyy1m8z5rcbw0m1vx9lipx0r7c39bzzj5gy"; sha256 = "0v0hv1iyhp2azxij3ighp1b4rsw99zyqmkpdqnnxdmkcna031iga";
}; };
outputs = [ "bin" "dev" "out" "lib" ]; outputs = [ "bin" "dev" "out" "lib" ];
@ -80,7 +79,7 @@ in
longDescription = '' longDescription = ''
Implements the gigabit ethernet and USB3 protocols used by industrial cameras. 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; license = stdenv.lib.licenses.lgpl2;
maintainers = []; maintainers = [];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;