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

mkvtoolnix: 95.0 -> 96.0 (#461774)

parents 1fa094a4 7dbf0dd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,14 +52,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "mkvtoolnix";
  version = "95.0";
  version = "96.0";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "mbunkus";
    repo = "mkvtoolnix";
    tag = "release-${finalAttrs.version}";
    hash = "sha256-FwOVqBHzgDveT8dGRfb2ONIAhCGEKU4UqpM3g7m0klA=";
    hash = "sha256-0jypoZK6lTWAQwcuOVH3EWtA9B01bVIay4HNgEDJIRI=";
  };

  passthru = {