summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpeg
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2021-11-07 15:53:00 +1000
committerZane van Iperen <zane@zanevaniperen.com>2021-11-07 16:03:14 +1000
commit4c6d0451b2dd909f1f3f6eab8403cc34b1870670 (patch)
tree40d54c420d4eff53d89cca24deba6e699073117b /pkgs/development/libraries/ffmpeg
parent1d177d5a70ad0f52a70f68196e69369bf73c8256 (diff)
downloadnixpkgs-4c6d0451b2dd909f1f3f6eab8403cc34b1870670.tar
nixpkgs-4c6d0451b2dd909f1f3f6eab8403cc34b1870670.tar.gz
nixpkgs-4c6d0451b2dd909f1f3f6eab8403cc34b1870670.tar.bz2
nixpkgs-4c6d0451b2dd909f1f3f6eab8403cc34b1870670.tar.lz
nixpkgs-4c6d0451b2dd909f1f3f6eab8403cc34b1870670.tar.xz
nixpkgs-4c6d0451b2dd909f1f3f6eab8403cc34b1870670.tar.zst
nixpkgs-4c6d0451b2dd909f1f3f6eab8403cc34b1870670.zip
ffmpeg_2{,_8}: remove
Is ancient and insecure - nothing more should depend on it.
Diffstat (limited to 'pkgs/development/libraries/ffmpeg')
-rw-r--r--pkgs/development/libraries/ffmpeg/2.8.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/libraries/ffmpeg/2.8.nix b/pkgs/development/libraries/ffmpeg/2.8.nix
deleted file mode 100644
index 0df810ff10b..00000000000
--- a/pkgs/development/libraries/ffmpeg/2.8.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ callPackage, ... } @ args:
-
-callPackage ./generic.nix (rec {
-  version = "${branch}.17";
-  branch = "2.8";
-  sha256 = "05bnhvs2f82aq95z1wd3wr42sljdfq4kiyzqwhpji983mndx14vl";
-  knownVulnerabilities = [
-    "CVE-2021-30123"
-  ];
-  doCheck = false;
-} // args)