Merge pull request #169968 from cid-chan/master

vapoursynth: R57 -> R58
This commit is contained in:
Michele Guerini Rocco 2022-04-25 15:02:02 +02:00 committed by GitHub
commit a123332653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [