mkvtoolnix: 96.0 -> 97.0 (#477082)

This commit is contained in:
Michele Guerini Rocco
2026-02-07 18:49:46 +00:00
committed by GitHub
+2 -2
View File
@@ -52,13 +52,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mkvtoolnix";
version = "96.0";
version = "97.0";
src = fetchFromCodeberg {
owner = "mbunkus";
repo = "mkvtoolnix";
tag = "release-${finalAttrs.version}";
hash = "sha256-0jypoZK6lTWAQwcuOVH3EWtA9B01bVIay4HNgEDJIRI=";
hash = "sha256-M8A3d6BOed1A/Bvw25bNGphXNDXJvHdg26OjOdwsNf4=";
};
passthru = {