Merge pull request #50668 from r-ryantm/auto-update/opencollada

opencollada: 1.6.66 -> 1.6.67
This commit is contained in:
Renaud 2018-11-20 21:49:14 +01:00 committed by GitHub
commit 36c6f8296e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "opencollada-${version}";
version = "1.6.66";
version = "1.6.67";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "OpenCOLLADA";
rev = "v${version}";
sha256 = "0gplw4qa5faphl29ksj9lkzdsnkbgs018n8rz1khhwsqypchygyw";
sha256 = "0x1h2ns0y05bdvn3i5s600jz6nb8qw8qqgg54njz7833bcy913mj";
};
nativeBuildInputs = [ pkgconfig ];