vapoursynth: R57 -> R58

This commit is contained in:
Sarah 2022-04-23 17:27:45 +02:00
parent 46561f0891
commit 08d41ae317
No known key found for this signature in database
GPG Key ID: 708F7ACE058F0186

View File

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