ffmpegthumbnailer: 2.2.0 -> 2.2.1

This commit is contained in:
mtrsk 2019-10-01 15:55:13 -03:00
parent 657b7d06c1
commit 9cf5305eb2

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ffmpegthumbnailer"; pname = "ffmpegthumbnailer";
version = "2.2.0"; version = "2.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dirkvdb"; owner = "dirkvdb";
repo = "ffmpegthumbnailer"; repo = "ffmpegthumbnailer";
rev = version; rev = version;
sha256 = "0kl8aa547icy9b05njps02a8sw4yn4f8fzs228kig247sn09s4cp"; sha256 = "0mcdvyzny3yrdx23f3ww0i6lgkh68nzfcdla9d4vkc8l2b1kla1j";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkgconfig ];