[Nix-dev] Hello + patch for flashplayer-10/default.nix

Lluís Batlle i Rossell viriketo at gmail.com
Sat Oct 2 23:35:03 CEST 2010


On Sat, Oct 02, 2010 at 11:25:17PM +0200, Ilya Cassina wrote:
> 
> Finally on third run i (hope) got it right, sorry for the wasted bits.
Really? :)

Before your patch was about increasing the version, while now it looks like
getting the version down. Is that a reversed patch?
> --- default.nix	2010-10-02 23:23:42.192908285 +0200
> +++ default.nix-old	2010-10-02 20:53:52.156351020 +0200
> @@ -41,9 +41,9 @@
>          throw "no x86_64 debugging version available"
>        else {
>          # -> http://labs.adobe.com/downloads/flashplayer10_64bit.html
> -        version = "10.1_p2-r092710";
> -        url = http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_linux_092710.tar.gz;
> -        sha256 = "fdaaed681883636a3bba59a189986f5dda72e3c65613fce1e066e56111b00da1";
> +        version = "10.1_p1-r091510";
> +        url = http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p1_64bit_linux_091510.tar.gz;
> +        sha256 = "0dzhvnxcwfyiqvk2jn2hmdy29qclq95zd57w7bca82m8bsj1sn4b";
>        }
>      else if stdenv.system == "i686-linux" then
>        if debug then {



More information about the nix-dev mailing list