pidgin-sipe: 1.18.1 -> 1.20.0
Build and run tested (on release-15.09 branch).
This commit is contained in:
parent
54ced3be71
commit
0af5fccf2a
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pidgin, intltool, libxml2, nss, nspr }:
|
{ stdenv, fetchurl, pidgin, intltool, libxml2, nss, nspr }:
|
||||||
|
|
||||||
let version = "1.18.1"; in
|
let version = "1.20.0"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pidgin-sipe-${version}";
|
name = "pidgin-sipe-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/sipe/pidgin-sipe-${version}.tar.gz";
|
url = "mirror://sourceforge/sipe/pidgin-sipe-${version}.tar.gz";
|
||||||
sha256 = "18ch7jpi7ki7xlpahi88xrnmnhc6dcq4hafm0z6d5nfjfp8ldal5";
|
sha256 = "14d8q9by531hfssm6ydn75xkgidka3ar4sy3czjdb03s1ps82srs";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user