about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-09-16 09:21:16 +0200
committerGitHub <noreply@github.com>2021-09-16 09:21:16 +0200
commit9f75aabfb06346e7677fc3ad53cc9b6669eead61 (patch)
tree11a7ec931c588b8ee72db7d3756b0a5cdbf9d34c
parent47bbde4a54bb43043e6a8bfa8fe5c1d379fb89a8 (diff)
parentff342ae23b60d8427d5e2a7a98f3e5ba70d5cdea (diff)
Merge pull request #138081 from r-ryantm/auto-update/ffmpeg-normalize
ffmpeg-normalize: 1.22.1 -> 1.22.3
-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 de0b088030f1c..db1399ef60323 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.1";
+  version = "1.22.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "df826053212d540ab1bbe9819587fcbf36162f8c2535ae85b88b252e47d6d632";
+    sha256 = "317a9636587182280debc85d483f6d21987ceb6cd96ab36a2399836780eca822";
   };
 
   propagatedBuildInputs = [ ffmpeg ffmpeg-progress-yield ];