Skip to content

Commit

Permalink
opencollada: 1.6.59 -> 1.6.62
Browse files Browse the repository at this point in the history
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.6.62 with grep in /nix/store/4ss521i0480p31fgmlqkv4rcrrfv8zw2-opencollada-1.6.62
- found 1.6.62 in filename of file in /nix/store/4ss521i0480p31fgmlqkv4rcrrfv8zw2-opencollada-1.6.62

cc "@eelco"
  • Loading branch information
ryantm authored and FRidh committed Feb 28, 2018
1 parent 8e7a7e9 commit ffdfd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/opencollada/default.nix
Expand Up @@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "opencollada-${version}";

version = "1.6.59";
version = "1.6.62";

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

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit ffdfd50

Please sign in to comment.