about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-04-30 15:47:04 +0000
committerGitHub <noreply@github.com>2022-04-30 15:47:04 +0000
commit0d95336ba5d74caa5fab5915d2f480af1a44b43d (patch)
tree38c26e69714accfb106a61e3dca1f159e2e97314 /pkgs/development/libraries
parentebd442ebd63f4ba65a397bdbe4ec312e5dc8107d (diff)
parent1610bf2db99f0ad0557a6470e887e708ce25474b (diff)
Merge pull request #169906 from trofi/update-ffmpegthumbnailer-for-gcc-12
ffmpegthumbnailer: unstable-2021-09-02 -> unstable-2022-02-18
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/ffmpegthumbnailer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/ffmpegthumbnailer/default.nix b/pkgs/development/libraries/ffmpegthumbnailer/default.nix
index 9bfee290871f2..cb7b8214c57d5 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 = "unstable-2021-09-02";
+  version = "unstable-2022-02-18";
 
   src = fetchFromGitHub {
     owner = "dirkvdb";
     repo = "ffmpegthumbnailer";
-    rev = "d92e191dd793b12cee0a0f685f5a8d8252988399";
-    sha256 = "1ysfq3g74b8ivivrdpfi4vm23d3cyc3rfla5i6y8q9aycis9xv6q";
+    rev = "3db9fe895b2fa656bb40ddb7a62e27604a688171";
+    sha256 = "0606pbg391l4s8mpyyalm9zrcnm75fwqdlrxy2gif9n21i2fm3rc";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];