Skip to content

Commit

Permalink
opencollada: 1.3 -> 1.6.59
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Sep 16, 2017
1 parent 9f740f1 commit 63f3b35
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/development/libraries/opencollada/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, libxml2, pcre }:

# The exact revision specified by Blender's install_deps.sh script.
let rev = "3335ac164e68b2512a40914b14c74db260e6ff7d"; in
stdenv.mkDerivation rec {
name = "opencollada-${version}";

stdenv.mkDerivation {
name = "opencollada-1.3-${rev}";
version = "1.6.59";

src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "OpenCOLLADA";
inherit rev;
sha256 = "0s2m8crbg1kf09hpscrplv65a45dlg157b9c20chrv7wy0qizbw5";
rev = "v${version}";
sha256 = "0gpjvzcfyilb96x5ywajxgkw42ipwp4my36z9cq686bd9vpp3q0g";
};

buildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit 63f3b35

Please sign in to comment.