Unverified Commit b4b6cc61 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

vapoursynth: 69 -> 70 (#342668)

parents 34411192 509f5d09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "vapoursynth";
  version = "69";
  version = "70";

  src = fetchFromGitHub {
    owner = "vapoursynth";
    repo = "vapoursynth";
    rev = "R${version}";
    hash = "sha256-T2bCVNH0dLM9lFYChXzvD6AJM3xEtOVCb2tI10tIXJs=";
    hash = "sha256-jkRjFKHNTekXluSKQ33QqsGRy7LKnkmG97U5WIjI6EM=";
  };

  nativeBuildInputs = [