Skip to content

Commit

Permalink
chromium: flashplayer: 25.0.0.127 -> 25.0.0.148
Browse files Browse the repository at this point in the history
(cherry picked from commit f08e89d)
  • Loading branch information
ikervagyok authored and edolstra committed Apr 14, 2017
1 parent 4f2b5c6 commit 30c8f6e
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 = "25.0.0.127";
version = "25.0.0.148";

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

Expand Down

0 comments on commit 30c8f6e

Please sign in to comment.