ffmpeg: 4.4.1 -> 4.4.2

d61977cbe4:/Changelog#l4

fixes CVE-2022-1475

(cherry picked from commit fea398ab65)
This commit is contained in:
ajs124
2022-06-29 03:06:56 +02:00
committed by github-actions[bot]
parent 7e472328dc
commit 080e7e5bc3
2 changed files with 3 additions and 4 deletions

View File

@@ -6,8 +6,8 @@
}@args:
callPackage ./generic.nix (rec {
version = "4.4.1";
version = "4.4.2";
branch = version;
sha256 = "0hmck0placn12kd9l0wam70mrpgfs2nlfmi8krd135gdql5g5jcg";
sha256 = "sha256-+YpIJSDEdQdSGpB5FNqp77wThOBZG1r8PaGKqJfeKUg=";
darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ];
} // args)

View File

@@ -238,8 +238,7 @@ stdenv.mkDerivation rec {
a corporation.
'';
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ codyopel ];
maintainers = with maintainers; [ ];
inherit branch knownVulnerabilities;
};
}