lol

flashplayer: Update from 11.2.202.394 -> 11.2.202.400

+3 -3
+3 -3
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
··· 36 36 37 37 let 38 38 # -> http://get.adobe.com/flashplayer/ 39 - version = "11.2.202.394"; 39 + version = "11.2.202.400"; 40 40 41 41 src = 42 42 if stdenv.system == "x86_64-linux" then ··· 47 47 else rec { 48 48 inherit version; 49 49 url = "http://fpdownload.macromedia.com/get/flashplayer/pdc/${version}/install_flash_player_11_linux.x86_64.tar.gz"; 50 - sha256 = "1w82kmda91xdsrqpkrbcbrzswnbfszy0x9hvf9wf2h14isimdknx"; 50 + sha256 = "043bzjcqxjkjk68kba5nk77m59k6g71h32bypjpnwaigdgbhafyl"; 51 51 } 52 52 else if stdenv.system == "i686-linux" then 53 53 if debug then { ··· 58 58 } else rec { 59 59 inherit version; 60 60 url = "http://fpdownload.macromedia.com/get/flashplayer/pdc/${version}/install_flash_player_11_linux.i386.tar.gz"; 61 - sha256 = "0c8wp4qn6k224krihxb08g7727wlklk9bl4h7nqp3cpp85x9hg97"; 61 + sha256 = "1xvfzm926rj0l2mq2kybrvykrv7bjfl3m7p5mvhj1586a3x1gb6h"; 62 62 } 63 63 else throw "Flash Player is not supported on this platform"; 64 64