Merge pull request #42589 from TimPut/openmvgbuildfix
openmvg: 1.1 -> 1.3
This commit is contained in:
commit
a26c600252
@ -3871,6 +3871,11 @@
|
||||
github = "timor";
|
||||
name = "timor";
|
||||
};
|
||||
timput = {
|
||||
email = "tim@timput.com";
|
||||
github = "TimPut";
|
||||
name = "Tim Put";
|
||||
};
|
||||
tiramiseb = {
|
||||
email = "sebastien@maccagnoni.eu";
|
||||
github = "tiramiseb";
|
||||
|
@ -8,7 +8,7 @@
|
||||
, enableDocs ? false }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.1";
|
||||
version = "1.3";
|
||||
name = "openmvg-${version}";
|
||||
|
||||
src = fetchgit {
|
||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Tag v1.1
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "1di9i7yxnkdvl8lhflynmqw62gaxwv00r1sd7nzzs9qn63g0af0f";
|
||||
sha256 = "1cf1gbcl8zvxp4rr6f6vaxwcg0yzc4xban2b5p9zy1m4k1f81zyb";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user