Unverified Commit 4e7c7385 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

mkvtoolnix: 96.0 -> 97.0 (#477082)

parents df8f885f 8355c996
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = {