pidgin otr + libotr 3.1.0 -> 3.2.0
svn path=/nixpkgs/trunk/; revision=12860
This commit is contained in:
parent
1b5dbd6d9c
commit
dbcba78213
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchurl, libotr, pidgin} :
|
{ stdenv, fetchurl, libotr, pidgin} :
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pidgin-otr-3.1.0";
|
name = "pidgin-otr-3.2.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.cypherpunks.ca/otr/pidgin-otr-3.1.0.tar.gz;
|
url = http://www.cypherpunks.ca/otr/pidgin-otr-3.2.0.tar.gz;
|
||||||
sha256 = "1l524qx5kh2gg68biazjyqiyz8qzxqwp07i0wzfaxgv33s9ni7s2";
|
sha256 = "1cp6s565sid657lvmm7jrwl9wnk4ywsl8d9sp4iba36r0s5qaw08";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, libgcrypt}:
|
{stdenv, fetchurl, libgcrypt}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libotr-3.1.0";
|
name = "libotr-3.2.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.cypherpunks.ca/otr/libotr-3.1.0.tar.gz;
|
url = http://www.cypherpunks.ca/otr/libotr-3.2.0.tar.gz;
|
||||||
sha256 = "1x3y5nvqcg9a0lx630cvkjpwv7mmwxpy4pcjfm6fbiqylaxn05bj";
|
sha256 = "14v6idnqpp2vhgir9bzp1ay2gmhqsb8iavrkwmallakfwch9sfyq";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [libgcrypt];
|
propagatedBuildInputs = [libgcrypt];
|
||||||
|
Loading…
Reference in New Issue
Block a user