Merge pull request #88238 from r-ryantm/auto-update/vapoursynth-mvtools

vapoursynth-mvtools: 22 -> 23
This commit is contained in:
Michele Guerini Rocco 2020-05-20 14:57:51 +02:00 committed by GitHub
commit fa65afd3ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vapoursynth-mvtools"; pname = "vapoursynth-mvtools";
version = "22"; version = "23";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dubhater"; owner = "dubhater";
repo = "vapoursynth-mvtools"; repo = "vapoursynth-mvtools";
rev = "v${version}"; rev = "v${version}";
sha256 = "11al56liaahkr3819iynq83k8n42wvijfv2ja5fsjdl6j4zfzpbr"; sha256 = "0lngkvxnzn82rz558nvl96rvclrck07ja1pny7wcfixp9b68ppkn";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];