mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pidgin-latex-sf: bump reversion, url and hash
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> @vcunat: fix URL.
This commit is contained in:
parent
d3cdf16079
commit
dc80331638
@ -1,8 +1,10 @@
|
|||||||
args : with args;
|
args : with args;
|
||||||
|
let version = "1.5.0";
|
||||||
|
in
|
||||||
rec {
|
rec {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/pidgin-latex/pidgin-latex-1.2.1.tar.bz2;
|
url = "mirror://sourceforge/pidgin-latex/pidgin-latex_${version}.tar.bz2";
|
||||||
sha256 = "19h76fwsx5y30l5wda2930k10r385aipngfljz5bdi7b9y52lii7";
|
sha256 = "9c850aee90d7e59de834f83e09fa6e3e51b123f06e265ead70957608ada95441";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [texLive pkgconfig gtk imagemagick glib pidgin which];
|
buildInputs = [texLive pkgconfig gtk imagemagick glib pidgin which];
|
||||||
@ -33,8 +35,8 @@ rec {
|
|||||||
|
|
||||||
/* doConfigure should be specified separately */
|
/* doConfigure should be specified separately */
|
||||||
phaseNames = [ "preBuild" "doMakeInstall" "postInstall"];
|
phaseNames = [ "preBuild" "doMakeInstall" "postInstall"];
|
||||||
|
|
||||||
name = "pidgin-latex-1.2.1";
|
name = "pidgin-latex-${version}";
|
||||||
meta = {
|
meta = {
|
||||||
description = "LaTeX rendering plugin for Pidgin IM";
|
description = "LaTeX rendering plugin for Pidgin IM";
|
||||||
priority = "10";
|
priority = "10";
|
||||||
|
Loading…
Reference in New Issue
Block a user