Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0fcb8f299e8e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36c6f8296eb4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 19, 2018

  1. opencollada: 1.6.66 -> 1.6.67

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/opencollada/versions
    r-ryantm committed Nov 19, 2018
    Copy the full SHA
    50b9747 View commit details

Commits on Nov 20, 2018

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

    opencollada: 1.6.66 -> 1.6.67
    c0bw3b authored Nov 20, 2018
    Copy the full SHA
    36c6f82 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/opencollada/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/opencollada/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];