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>2018-04-10 21:14:20 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2018-04-10 21:14:20 +0900
commitf92dc58c7137606fc1b919133f9219218ab3bf5a (patch)
tree1f64f25d5c71fa7b48dc66f421545cf1ce4210bb /pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
parent90b64badaf9ba0058d931d3022507898f8f4085e (diff)
downloadnixpkgs-f92dc58c7137606fc1b919133f9219218ab3bf5a.tar
nixpkgs-f92dc58c7137606fc1b919133f9219218ab3bf5a.tar.gz
nixpkgs-f92dc58c7137606fc1b919133f9219218ab3bf5a.tar.bz2
nixpkgs-f92dc58c7137606fc1b919133f9219218ab3bf5a.tar.lz
nixpkgs-f92dc58c7137606fc1b919133f9219218ab3bf5a.tar.xz
nixpkgs-f92dc58c7137606fc1b919133f9219218ab3bf5a.tar.zst
nixpkgs-f92dc58c7137606fc1b919133f9219218ab3bf5a.zip
flashplayer: 29.0.0.113 -> 29.0.0.140
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 fead4cb9fad..42d7aa2f56f 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix
@@ -55,7 +55,7 @@ let
 in
 stdenv.mkDerivation rec {
   name = "flashplayer-standalone-${version}";
-  version = "29.0.0.113";
+  version = "29.0.0.140";
 
   src = fetchurl {
     url =
@@ -65,9 +65,9 @@ stdenv.mkDerivation rec {
         "https://fpdownload.macromedia.com/pub/flashplayer/updaters/29/flash_player_sa_linux.x86_64.tar.gz";
     sha256 =
       if debug then
-        "12ackbfyh83f3ggvr8gs88f002glrymh2s2pfb5srbgdajrh0cyc"
+        "1gvfm4z46m2y39fswpzhx18dlwcxwwy5mins3kx2m425dgp76zd5"
       else
-        "17xwsw13bq5s6mq4r22zhw99dx5xswzz83m7lvd9gl9ih78w7348";
+        "08a21c0l47w97xhwiby8j5055kl37ld5insfd459gz92d3f145fl";
   };
 
   nativeBuildInputs = [ unzip ];