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: 36beb6efa439
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c924ae5079a2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 7, 2020

  1. Copy the full SHA
    70e684d View commit details

Commits on Apr 8, 2020

  1. Merge pull request #84638 from r-ryantm/auto-update/shotcut

    shotcut: 20.02.17 -> 20.04.01
    peti authored Apr 8, 2020
    Copy the full SHA
    c924ae5 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/video/shotcut/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/video/shotcut/default.nix
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@ assert stdenv.lib.versionAtLeast mlt.version "6.18.0";

mkDerivation rec {
pname = "shotcut";
version = "20.02.17";
version = "20.04.01";

src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${version}";
sha256 = "0nsqlbapqgxccb7mnvxqw4hdddj944d4z5jxafpv0cwj7s3z8wj0";
sha256 = "10svbhsd5q8z1k055kcfibil97qifwzn3xmnf5b9sxa7ky4bkmqr";
};

patches = [ ./0001-encodedock.cpp-connect-to-VAAPI-via-DRM-not-X11.patch ];
@@ -60,7 +60,7 @@ mkDerivation rec {
nixpkgs maintainer(s). If you wish to report any bugs upstream,
please use the official build from shotcut.org instead.
'';
homepage = https://shotcut.org;
homepage = "https://shotcut.org";
license = licenses.gpl3;
maintainers = with maintainers; [ goibhniu woffs peti ];
platforms = platforms.linux;