Merge pull request #42589 from TimPut/openmvgbuildfix

openmvg: 1.1 -> 1.3
This commit is contained in:
Franz Pletz 2018-06-26 07:02:02 +00:00 committed by GitHub
commit a26c600252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -3871,6 +3871,11 @@
github = "timor"; github = "timor";
name = "timor"; name = "timor";
}; };
timput = {
email = "tim@timput.com";
github = "TimPut";
name = "Tim Put";
};
tiramiseb = { tiramiseb = {
email = "sebastien@maccagnoni.eu"; email = "sebastien@maccagnoni.eu";
github = "tiramiseb"; github = "tiramiseb";

View File

@ -8,7 +8,7 @@
, enableDocs ? false }: , enableDocs ? false }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.1"; version = "1.3";
name = "openmvg-${version}"; name = "openmvg-${version}";
src = fetchgit { src = fetchgit {
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
# Tag v1.1 # Tag v1.1
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "1di9i7yxnkdvl8lhflynmqw62gaxwv00r1sd7nzzs9qn63g0af0f"; sha256 = "1cf1gbcl8zvxp4rr6f6vaxwcg0yzc4xban2b5p9zy1m4k1f81zyb";
fetchSubmodules = true; fetchSubmodules = true;
}; };