summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpegthumbnailer
diff options
context:
space:
mode:
authormtrsk <marcos.schonfinkel@protonmail.com>2019-10-01 15:55:13 -0300
committermtrsk <marcos.schonfinkel@protonmail.com>2019-10-01 15:55:13 -0300
commit9cf5305eb2f0e876c20cf8d0cf91ae946faec66b (patch)
treed4df5747bad2eb3ee88e66aa99b875e957acacf8 /pkgs/development/libraries/ffmpegthumbnailer
parent657b7d06c1427ec1a64453c3d2631ae73b4afd75 (diff)
downloadnixpkgs-9cf5305eb2f0e876c20cf8d0cf91ae946faec66b.tar
nixpkgs-9cf5305eb2f0e876c20cf8d0cf91ae946faec66b.tar.gz
nixpkgs-9cf5305eb2f0e876c20cf8d0cf91ae946faec66b.tar.bz2
nixpkgs-9cf5305eb2f0e876c20cf8d0cf91ae946faec66b.tar.lz
nixpkgs-9cf5305eb2f0e876c20cf8d0cf91ae946faec66b.tar.xz
nixpkgs-9cf5305eb2f0e876c20cf8d0cf91ae946faec66b.tar.zst
nixpkgs-9cf5305eb2f0e876c20cf8d0cf91ae946faec66b.zip
ffmpegthumbnailer: 2.2.0 -> 2.2.1
Diffstat (limited to 'pkgs/development/libraries/ffmpegthumbnailer')
-rw-r--r--pkgs/development/libraries/ffmpegthumbnailer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpegthumbnailer/default.nix b/pkgs/development/libraries/ffmpegthumbnailer/default.nix
index 45238690fe0..4e6a987eb71 100644
--- a/pkgs/development/libraries/ffmpegthumbnailer/default.nix
+++ b/pkgs/development/libraries/ffmpegthumbnailer/default.nix
@@ -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 ];