chromium pepper flash: 27.0.0.130 -> 27.0.0.159

This commit is contained in:
Sarah Brofeldt 2017-10-11 09:56:29 +02:00
parent 3fe7cddc30
commit 629570fa08

View File

@ -94,12 +94,12 @@ let
flash = stdenv.mkDerivation rec {
name = "flashplayer-ppapi-${version}";
version = "27.0.0.130";
version = "27.0.0.159";
src = fetchzip {
url = "https://fpdownload.adobe.com/pub/flashplayer/pdc/"
+ "${version}/flash_player_ppapi_linux.x86_64.tar.gz";
sha256 = "005sxx3ll18c6idy1db2gb47chd9c5mf83qac0vyvljsrlc7430c";
sha256 = "00nbn8nv6irsak05cwlx9x8q0n91kbjxnkdg4c66ilx2gq5wrz05";
stripRoot = false;
};