Commit e4e32a86 authored by K900's avatar K900 Committed by github-actions[bot]
Browse files

opentimelineio: 0.17.0 -> 0.18.1

parent 526da4ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "opentimelineio";
  version = "0.17.0";
  version = "0.18.1";

  src = fetchFromGitHub {
    owner = "AcademySoftwareFoundation";
    repo = "OpenTimelineIO";
    rev = "v${version}";
    hash = "sha256-53KXjbhHxuEtu6iRGWrirvFamuZ/WbOTcKCfs1iqKmM=";
    hash = "sha256-PEqQraLx6wiJecytp37q15VayOn2fvaSlOeLs3qrRqo=";
  };

  nativeBuildInputs = [