Unverified Commit 7c2893e7 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

mkvtoolnix: 97.0 -> 98.0 (#509426)

parents a0b1b5ef 477f8347
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 = "97.0";
  version = "98.0";

  src = fetchFromCodeberg {
    owner = "mbunkus";
    repo = "mkvtoolnix";
    tag = "release-${finalAttrs.version}";
    hash = "sha256-M8A3d6BOed1A/Bvw25bNGphXNDXJvHdg26OjOdwsNf4=";
    hash = "sha256-gLs2+hbWFhhpabdknwoozH8WHgVNSR0VjnrmwQA7xrc=";
  };

  passthru = {