Skip to content

Commit 1a77e41

Browse files
kamilchmfpletz
authored andcommittedFeb 15, 2017
chromium: flashplayer: 24.0.0.194 -> 24.0.0.221
[Critical security fix] - see #22792
1 parent 1e65d0b commit 1a77e41

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/browsers/chromium

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/browsers/chromium/plugins.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ let
9494

9595
flash = stdenv.mkDerivation rec {
9696
name = "flashplayer-ppapi-${version}";
97-
version = "24.0.0.194";
97+
version = "24.0.0.221";
9898

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

0 commit comments

Comments
 (0)
Please sign in to comment.