mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
ffmpeg: 4.4.1 -> 4.4.2
d61977cbe4:/Changelog#l4 fixes CVE-2022-1475 (cherry picked from commitfea398ab65)
This commit is contained in:
committed by
github-actions[bot]
parent
7e472328dc
commit
080e7e5bc3
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user