vapoursynth: 58 -> 59

This commit is contained in:
Sarah 2022-06-05 12:48:00 +02:00
parent ff8bc2a514
commit 686fc5d91d
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 = "58";
version = "59";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = "R${version}";
sha256 = "sha256-LIjNfyfpyvE+Ec6f4aGzRA4ZGoWPFhjtUw4yrenDsUQ=";
sha256 = "sha256-6w7GSC5ZNIhLpulni4sKq0OvuxHlTJRilBFGH5PQW8U=";
};
patches = [