vapoursynth: R53 -> R54

This commit is contained in:
Simon Bruder 2021-07-22 11:47:06 +02:00
parent 9bb59cf6b6
commit 42721bad69
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

View file

@ -10,13 +10,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "R53";
version = "R54";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = version;
sha256 = "0qcsfkpkry0cmvi60khjwvfz4fqhy23nqmn4pb9qrwll26sn9dcr";
sha256 = "01jym2rq28j0g792yagk9dvm411gwmk6qgj9rgrg7ckpxmw27w2s";
};
patches = [