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

vapoursynth: 63 -> 64
This commit is contained in:
Weijia Wang 2023-10-02 13:08:00 +02:00 committed by GitHub
commit 7f2cd88de8
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 = "63";
version = "64";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = "R${version}";
sha256 = "sha256-6ITmzz1xJN/UnzVl0aAO8VNs0Go8zGcswwGpJUwwLB8=";
sha256 = "sha256-EdIe0hWsx0W9+03O0Avk4DV2jKv8s4wGAKk0NxIAuTU=";
};
patches = [