mediainfo: 25.03 -> 25.04 (#403304)

Co-authored-by: devhell <devhell@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-14 11:48:33 +00:00
committed by GitHub
co-authored by devhell
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "mediainfo";
version = "25.03";
version = "25.04";
src = fetchurl {
url = "https://mediaarea.net/download/source/mediainfo/${version}/mediainfo_${version}.tar.xz";
hash = "sha256-wpO7MPIx3FMQuYDv2E/n0za4MQto6DJlzxZtf3/Dhsk=";
hash = "sha256-SyVT/pEEMy07rKX+Yba4evTUkxCMW4Y4Ac2wpIJqM64=";
};
nativeBuildInputs = [