Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #50668 from r-ryantm/auto-update/opencollada
Browse files Browse the repository at this point in the history
opencollada: 1.6.66 -> 1.6.67
  • Loading branch information
c0bw3b committed Nov 20, 2018
2 parents 0fcb8f2 + 50b9747 commit 36c6f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/opencollada/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 36c6f82

Please sign in to comment.