Merge pull request #204947 from r-ryantm/auto-update/vapoursynth

vapoursynth: 60 -> 61
This commit is contained in:
Michele Guerini Rocco 2022-12-08 20:44:26 +01:00 committed by GitHub
commit a8550d1553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "60";
version = "61";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = "R${version}";
sha256 = "sha256-E1uHNcGxBrwg00tNnY3qH6BpvXtBEGkX7QFy0aMLSnA=";
sha256 = "sha256-JJWq706GLywUO5voYKzxcOvMWF4/NXEbqOrj5uG4DWw=";
};
patches = [