Revert "opencollada: 1.6.67 -> 1.6.68"

Fixes #52659

This reverts commit bf53bea9e4.
This commit is contained in:
worldofpeace 2018-12-22 15:45:38 -05:00
parent a42d5f0dab
commit 780f2f30f2

View file

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