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

Commits on Feb 4, 2021

  1. mlt: update to version 6.24.0

    peti committed Feb 4, 2021
    Copy the full SHA
    a4c82bc View commit details
Showing with 5 additions and 5 deletions.
  1. +1 −1 pkgs/applications/video/shotcut/default.nix
  2. +2 −2 pkgs/development/libraries/mlt/default.nix
  3. +2 −2 pkgs/development/libraries/mlt/qt-5.nix
2 changes: 1 addition & 1 deletion pkgs/applications/video/shotcut/default.nix
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
, common-updater-scripts
}:

assert lib.versionAtLeast mlt.version "6.22.1";
assert lib.versionAtLeast mlt.version "6.24.0";

mkDerivation rec {
pname = "shotcut";
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.22.1";
version = "6.24.0";

src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
sha256 = "0jxv848ykw0csbnayrd710ylw46m0picfv7rpzsxz1vh4jzs395k";
sha256 = "1my43ica2qax2622307dv4gn3w8hkchy643i9pq8r9yh2hd4pvs9";
};

buildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mlt/qt-5.nix
Original file line number Diff line number Diff line change
@@ -26,13 +26,13 @@
let inherit (lib) getDev; in
mkDerivation rec {
pname = "mlt";
version = "6.22.1";
version = "6.24.0";

src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
sha256 = "0jxv848ykw0csbnayrd710ylw46m0picfv7rpzsxz1vh4jzs395k";
sha256 = "1my43ica2qax2622307dv4gn3w8hkchy643i9pq8r9yh2hd4pvs9";
};

buildInputs = [