Unverified Commit a62501c3 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

vapoursynth: 71 -> 72 (#413321)

parents 4ba34953 e1fa9f0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "vapoursynth";
  version = "71";
  version = "72";

  src = fetchFromGitHub {
    owner = "vapoursynth";
    repo = "vapoursynth";
    rev = "R${version}";
    hash = "sha256-gFfkZaYIpQnDckYk6a8hGJCjBQxjjMIgzPZ4k2sVab4=";
    hash = "sha256-LRRz4471Rl/HwJ14zAkU/f2Acuofja8c0pGkuWihhsM=";
  };

  nativeBuildInputs = [