Skip to content

Commit

Permalink
Merge pull request #67526 from rissson/release-19.03
Browse files Browse the repository at this point in the history
flashplayer: 32.0.0.223 -> 32.0.0.238
  • Loading branch information
mmahut committed Aug 27, 2019
2 parents e67da9e + 772889a commit 5b15221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/browsers/chromium/plugins.nix
Expand Up @@ -94,17 +94,17 @@ let
envVars.NIX_CHROMIUM_PLUGIN_PATH_WIDEVINE = "@out@/lib";
}}
'';

meta.platforms = platforms.x86_64;
};

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

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

Expand Down Expand Up @@ -135,7 +135,7 @@ let
'';

dontStrip = true;

meta.platforms = platforms.x86_64;
};

Expand Down

0 comments on commit 5b15221

Please sign in to comment.