Merge pull request #259103 from r-ryantm/auto-update/mlt

mlt: 7.18.0 -> 7.20.0
This commit is contained in:
Robert Scott
2023-10-08 11:30:01 +01:00
committed by GitHub
+2 -2
View File
@@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "mlt";
version = "7.18.0";
version = "7.20.0";
src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
hash = "sha256-3qvMuBr2w/gedTDIjG6ezatleXuQSnKX4SkBShzj6aw=";
hash = "sha256-5yELGA3U/YkINEtRyr/tb3HjWMQjqKIWjUbH7ZFMgLU=";
};
nativeBuildInputs = [