about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2022-02-21 09:13:48 +0100
committerGitHub <noreply@github.com>2022-02-21 09:13:48 +0100
commit11fb07cc6bb05944b7a11cbd4856cf7fedf696ed (patch)
tree1e17ba8e84c1032bde345e72395a5dee516c8f9a
parent8676aade58595dbec7c97edd14a3a52b1b9bbea5 (diff)
parent6aedee001301c0947cd70e78bc5a8954fcd0113e (diff)
Merge pull request #161172 from r-ryantm/auto-update/ffmpeg-normalize
ffmpeg-normalize: 1.22.5 -> 1.22.6
-rw-r--r--pkgs/applications/video/ffmpeg-normalize/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/ffmpeg-normalize/default.nix b/pkgs/applications/video/ffmpeg-normalize/default.nix
index 5e725ec01e19e..28a974a7cc6d0 100644
--- a/pkgs/applications/video/ffmpeg-normalize/default.nix
+++ b/pkgs/applications/video/ffmpeg-normalize/default.nix
@@ -7,11 +7,11 @@
 
 buildPythonApplication rec {
   pname = "ffmpeg-normalize";
-  version = "1.22.5";
+  version = "1.22.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "20250fc28ce04636580577b2864e54e6bea9daf68e2d8afaeb78e131b182cd28";
+    sha256 = "sha256-aPPRzNotm3ATL0lEq+49lrlrHoNp+Dm1Im5jYF4E1vY=";
   };
 
   propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];