mediainfo-gui: 23.06 -> 23.07

This commit is contained in:
rewine 2023-08-28 01:20:45 +08:00
parent 4ea7276469
commit 05b53f830e

View File

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