Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33a5e7fed27f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c29fbe72a5a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 30, 2017

  1. mkvtoolnix: 12.0.0 -> 13.0.0

    romildo committed Jun 30, 2017
    Copy the full SHA
    e521b75 View commit details
  2. Merge pull request #26993 from romildo/upd.mkvtoolnix

    mkvtoolnix: 12.0.0 -> 13.0.0
    joachifm authored Jun 30, 2017
    Copy the full SHA
    3c29fbe View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/video/mkvtoolnix/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/video/mkvtoolnix/default.nix
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "mkvtoolnix-${version}";
version = "12.0.0";
version = "13.0.0";

src = fetchFromGitHub {
owner = "mbunkus";
repo = "mkvtoolnix";
rev = "release-${version}";
sha256 = "1xn24f9046q2lr1xbl02cpmqa4fhhxqjc14j14c9r6qfc4ix4n9w";
sha256 = "0dz86fzv19wknd8p31nnx2imj80v7m944ssapp8fmq9hkc36m777";
};

nativeBuildInputs = [ pkgconfig autoconf automake gettext drake ruby docbook_xsl libxslt ];