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: 3ee1e3b2c05d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 05ab8c6d4c2d
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 28, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    kraenhansen Kræn Hansen
    Copy the full SHA
    05ab8c6 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/libraries/mlt/default.nix
  2. +2 −2 pkgs/development/libraries/mlt/qt-5.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mlt/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "mlt";
version = "6.18.0";
version = "6.20.0";

src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
sha256 = "0iiqym15n8kbnjzj0asmm86gs23yykz0va5b475cc4v2vv5admgx";
sha256 = "14kayzas2wisyw0z27qkcm4qnxbdb7bqa0hg7gaj5kbm3nvsnafk";
};

buildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mlt/qt-5.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@ let inherit (stdenv.lib) getDev; in

stdenv.mkDerivation rec {
pname = "mlt";
version = "6.18.0";
version = "6.20.0";

src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
sha256 = "0iiqym15n8kbnjzj0asmm86gs23yykz0va5b475cc4v2vv5admgx";
sha256 = "14kayzas2wisyw0z27qkcm4qnxbdb7bqa0hg7gaj5kbm3nvsnafk";
};

buildInputs = [