vapoursynth-mvtools: 23 -> 24

This commit is contained in:
rnhmjoj 2024-09-14 12:04:10 +02:00
parent 2e1c8b3883
commit 80552a6a33
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "vapoursynth-mvtools";
version = "23";
version = "24";
src = fetchFromGitHub {
owner = "dubhater";
repo = "vapoursynth-mvtools";
rev = "v${version}";
sha256 = "0lngkvxnzn82rz558nvl96rvclrck07ja1pny7wcfixp9b68ppkn";
hash = "sha256-bEifU1PPNOBr6o9D6DGIzTaG4xjygBxkQYnZxd/4SwQ=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];