vapoursynth: R59 -> R60

This commit is contained in:
Sarah Netzsch 2022-09-15 20:35:04 +02:00
parent a0e0d16dfc
commit 97d07a6ac2
No known key found for this signature in database
GPG key ID: 708F7ACE058F0186

View file

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