mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
Committing the patch from Carles Pagès, which had already sent Ilya Cassina before
svn path=/nixpkgs/trunk/; revision=24175
This commit is contained in:
parent
da28284b28
commit
11404a404f
@ -40,10 +40,10 @@ let
|
|||||||
# http://labs.adobe.com/technologies/flashplayer10/faq.html
|
# http://labs.adobe.com/technologies/flashplayer10/faq.html
|
||||||
throw "no x86_64 debugging version available"
|
throw "no x86_64 debugging version available"
|
||||||
else {
|
else {
|
||||||
# -> http://labs.adobe.com/downloads/flashplayer10_64bit.html
|
# -> http://labs.adobe.com/downloads/flashplayer10.html
|
||||||
version = "10.1_p1-r091510";
|
version = "10.1_p2-r092710";
|
||||||
url = http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p1_64bit_linux_091510.tar.gz;
|
url = http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_linux_092710.tar.gz;
|
||||||
sha256 = "0dzhvnxcwfyiqvk2jn2hmdy29qclq95zd57w7bca82m8bsj1sn4b";
|
sha256 = "188dn08n3rb6w3hzq4snqvip5njxdyc8k8arp8xnlqw331lfvapx";
|
||||||
}
|
}
|
||||||
else if stdenv.system == "i686-linux" then
|
else if stdenv.system == "i686-linux" then
|
||||||
if debug then {
|
if debug then {
|
||||||
|
Loading…
Reference in New Issue
Block a user