vapoursynth: R55 -> R57

This commit is contained in:
Simon Bruder 2021-10-15 18:53:33 +02:00
parent dc2bdfbb3b
commit 5f3551afd9
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

View file

@ -8,13 +8,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "R55";
version = "R57";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = version;
sha256 = "sha256-91lPknNX3NM3NraIcPAR478paPoYvgjgCOIcdgaR5nE=";
sha256 = "sha256-tPQ1SOIpFevOYzL9a8Lc5+dv2egVX1CY3km8yWVv+Sk=";
};
patches = [