openmvg: 1.6 -> 2.0
This commit is contained in:
parent
a98017a5f9
commit
3112fe2ace
@ -8,14 +8,14 @@
|
|||||||
, enableDocs ? false }:
|
, enableDocs ? false }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.6";
|
version = "2.0";
|
||||||
pname = "openmvg";
|
pname = "openmvg";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openmvg";
|
owner = "openmvg";
|
||||||
repo = "openmvg";
|
repo = "openmvg";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0mrsi0dzgi7cjzn13r9xv7rnc8c9a4h8ip78xy88m9xsyr21wd1h";
|
sha256 = "sha256-6F/xUgZpqY+v6CpwTBhIXI4JdT8HVB0P5JzOL66AVd8=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user