mediainfo-gui: 23.04 -> 23.06

This commit is contained in:
rewine 2023-08-23 13:18:44 +08:00
parent 85e26164bd
commit 6b75bfaf72
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.04";
version = "23.06";
src = fetchurl {
url = "https://mediaarea.net/download/source/mediainfo/${version}/mediainfo_${version}.tar.xz";
sha256 = "sha256-Uiut1rHk6LV+giW6e0nvgn35ffTLaLbU/HkQ92xf32k=";
hash = "sha256-TJd+6wzoN4co5k7yTyf+YrLFEW+/BUHIJKRDCfgP+Io=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];