vapoursynth: 61 -> 62

This commit is contained in:
rnhmjoj 2023-04-06 23:54:05 +02:00
parent 1a14c8d6b1
commit bdb7cabbc4
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 = "61";
version = "62";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = "R${version}";
sha256 = "sha256-JJWq706GLywUO5voYKzxcOvMWF4/NXEbqOrj5uG4DWw=";
sha256 = "sha256-/40+SXFLX8upGKP3K+wk8RnO1Al4YoF8GFXyoxTkKs0=";
};
patches = [