summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2019-04-09 21:14:12 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2019-04-09 21:14:12 +0900
commit3eb4e958b43328d2586784a2f49d179a80b6692f (patch)
treed3d8a12e403d63dafbd035fb76e9af9ba89968ab /pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
parent14105fd257cf17d0240185014bc1c13b174dc83d (diff)
downloadnixpkgs-3eb4e958b43328d2586784a2f49d179a80b6692f.tar
nixpkgs-3eb4e958b43328d2586784a2f49d179a80b6692f.tar.gz
nixpkgs-3eb4e958b43328d2586784a2f49d179a80b6692f.tar.bz2
nixpkgs-3eb4e958b43328d2586784a2f49d179a80b6692f.tar.lz
nixpkgs-3eb4e958b43328d2586784a2f49d179a80b6692f.tar.xz
nixpkgs-3eb4e958b43328d2586784a2f49d179a80b6692f.tar.zst
nixpkgs-3eb4e958b43328d2586784a2f49d179a80b6692f.zip
flashplayer: 32.0.0.156 -> 32.0.0.171
Diffstat (limited to 'pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix')
-rw-r--r--pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
index 0da07f2d2be..cfee25bf3f8 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
@@ -50,7 +50,7 @@
 
 stdenv.mkDerivation rec {
   name = "flashplayer-standalone-${version}";
-  version = "32.0.0.156";
+  version = "32.0.0.171";
 
   src = fetchurl {
     url =
@@ -60,9 +60,9 @@ stdenv.mkDerivation rec {
         "https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux.x86_64.tar.gz";
     sha256 =
       if debug then
-        "0fzs2x8yxpykkza1r3yn17hmrdz51c7qigbm5qifvw59q9zl15i9"
+        "0z4fkqbq1s63lpzfkyxllwx2wpizbabr4zim1dn7n59ld75vjxq8"
       else
-        "11733155aznijwhnc5wv0v6wmw9g1akbqwl07kx3lam571s8aywr";
+        "0nvgcdmgvgbj6axrh0yzkk437bxwsaxl0mvfkcyyz1hxnq51dvvg";
   };
 
   nativeBuildInputs = [ unzip ];