mediainfo-gui: 23.07 -> 23.10

This commit is contained in:
rewine 2023-10-18 20:12:16 +08:00
parent 0e0640716e
commit dc11557a9a
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51

View File

@ -6,11 +6,11 @@ let
in
stdenv.mkDerivation rec {
pname = "mediainfo-gui";
version = "23.07";
version = "23.10";
src = fetchurl {
url = "https://mediaarea.net/download/source/mediainfo/${version}/mediainfo_${version}.tar.xz";
hash = "sha256-ttfanimZX9NKIhAIJbhD50wyx7xnrbARZrG+7epJ9dA=";
hash = "sha256-t0OuJSHZ2Oi5pYUNfCop3jC6d321JzjQ37oXzARnduc=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];