pidgin/nest

6731ed3f1357
Bump the version which I forgot to do earlier

Testing Done:
Ran locally and verified the download widgets were pointing to the correct version.

Reviewed at https://reviews.imfreedom.org/r/726/
<ul>
{{ range .Params.replaces }}
<li>
<a href="https://{{- template "url-thing" . -}}" rel="nofollow">
{{ template "url-thing" . }}
</a>
</li>
{{ end }}
</ul>
{{ define "url-thing" }}
{{- if (hasPrefix . "pidgin.im") -}}
old.{{.}}
{{- else if (hasPrefix . "developer.pidgin.im") -}}
{{ . }}
{{- else -}}
{{ . }}
{{- end -}}
{{ end }}