Skip to content

Commit

Permalink
chromium: flashplayer: 24.0.0.194 -> 24.0.0.221
Browse files Browse the repository at this point in the history
[Critical security fix] - see #22792

(cherry picked from commit 1a77e41)
Signed-off-by: Robin Gloster <mail@glob.in>
  • Loading branch information
kamilchm authored and globin committed Feb 17, 2017
1 parent 780a38c commit ac4559e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/chromium/plugins.nix
Expand Up @@ -94,12 +94,12 @@ let

flash = stdenv.mkDerivation rec {
name = "flashplayer-ppapi-${version}";
version = "24.0.0.194";
version = "24.0.0.221";

src = fetchzip {
url = "https://fpdownload.adobe.com/pub/flashplayer/pdc/"
+ "${version}/flash_player_ppapi_linux.x86_64.tar.gz";
sha256 = "1l9gz81mwb4p1yj9n8s7hrkxdyw0amcpcc3295dq7zhsr35dm76z";
sha256 = "0vqvb098wms9v2r1xm9yq4cpn1h9dr1y7izfy2rwg3y7gr8ycv80";
stripRoot = false;
};

Expand Down

0 comments on commit ac4559e

Please sign in to comment.