vapoursynth: R64 -> R65

This commit is contained in:
rnhmjoj 2023-10-29 19:17:31 +01:00
parent 71ef7ea8fe
commit 00b64d0c49
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "64";
version = "65";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = "R${version}";
sha256 = "sha256-EdIe0hWsx0W9+03O0Avk4DV2jKv8s4wGAKk0NxIAuTU=";
sha256 = "sha256-HrTXhRoKSFeLXYQM7W2FvYf7yCD1diSZGtPop9urrSk=";
};
patches = [