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

Commits on Oct 1, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    grahamc Graham Christensen
    Copy the full SHA
    9cf5305 View commit details

Commits on Oct 3, 2019

  1. Merge pull request #70201 from mtrsk/update-ffmpegthumbnailer

    ffmpegthumbnailer: 2.2.0 -> 2.2.1
    Ma27 authored Oct 3, 2019
    Copy the full SHA
    abbf89d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/ffmpegthumbnailer/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ffmpegthumbnailer/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "ffmpegthumbnailer";
version = "2.2.0";
version = "2.2.1";

src = fetchFromGitHub {
owner = "dirkvdb";
repo = "ffmpegthumbnailer";
rev = version;
sha256 = "0kl8aa547icy9b05njps02a8sw4yn4f8fzs228kig247sn09s4cp";
sha256 = "0mcdvyzny3yrdx23f3ww0i6lgkh68nzfcdla9d4vkc8l2b1kla1j";
};

nativeBuildInputs = [ cmake pkgconfig ];