From 11404a404fe66013420b10e2d7c507e442c35bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 8 Oct 2010 09:22:34 +0000 Subject: [PATCH] =?UTF-8?q?Committing=20the=20patch=20from=20Carles=20Pag?= =?UTF-8?q?=C3=A8s,=20which=20had=20already=20sent=20Ilya=20Cassina=20befo?= =?UTF-8?q?re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/nixpkgs/trunk/; revision=24175 --- .../browsers/mozilla-plugins/flashplayer-10/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix index 4e8747a5fec4..bf3add4a1e66 100644 --- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix +++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix @@ -40,10 +40,10 @@ let # http://labs.adobe.com/technologies/flashplayer10/faq.html throw "no x86_64 debugging version available" else { - # -> http://labs.adobe.com/downloads/flashplayer10_64bit.html - version = "10.1_p1-r091510"; - url = http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p1_64bit_linux_091510.tar.gz; - sha256 = "0dzhvnxcwfyiqvk2jn2hmdy29qclq95zd57w7bca82m8bsj1sn4b"; + # -> http://labs.adobe.com/downloads/flashplayer10.html + version = "10.1_p2-r092710"; + url = http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_linux_092710.tar.gz; + sha256 = "188dn08n3rb6w3hzq4snqvip5njxdyc8k8arp8xnlqw331lfvapx"; } else if stdenv.system == "i686-linux" then if debug then {