Skip to content

Commit 5fa5ab0

Browse files
authoredJan 11, 2017
Merge pull request #21810 from volth/flashplayer-24.0.0.194
flashplayer: 24.0.0.186 -> 24.0.0.194
2 parents 05a4fbd + a3778f6 commit 5fa5ab0

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.186";
97+
version = "24.0.0.194";
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 = "1pwayhnfjvb6gal5msw0k8rv4h6jvl0mpfsi0jqlka00cnyfjqpd";
102+
sha256 = "1l9gz81mwb4p1yj9n8s7hrkxdyw0amcpcc3295dq7zhsr35dm76z";
103103
stripRoot = false;
104104
};
105105

0 commit comments

Comments
 (0)
Please sign in to comment.