Skip to content

Commit

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

(cherry picked from commit 15e49a95d9c9bdf1efcf08d266f491e54dd51cfb)
  • Loading branch information
kamilchm authored and Mic92 committed Mar 16, 2017
1 parent ff8b5f9 commit 91e8742
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.221";
version = "25.0.0.127";

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

Expand Down

0 comments on commit 91e8742

Please sign in to comment.