openmvg: clarify Git version

fixes #25615
This commit is contained in:
mdaiter 2017-05-08 16:07:09 +02:00 committed by Jörg Thalheim
parent 112b5556af
commit fdd28b6fe0
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
url = "https://www.github.com/openmvg/openmvg.git";
# Tag v1.1
rev = "f5ecb48";
rev = "refs/tags/v${version}";
sha256 = "1di9i7yxnkdvl8lhflynmqw62gaxwv00r1sd7nzzs9qn63g0af0f";
fetchSubmodules = true;
};