1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

pidgin otr + libotr 3.1.0 -> 3.2.0

svn path=/nixpkgs/trunk/; revision=12860
This commit is contained in:
Armijn Hemel 2008-09-13 10:40:33 +00:00
parent 1b5dbd6d9c
commit dbcba78213
2 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl, libotr, pidgin} :
stdenv.mkDerivation {
name = "pidgin-otr-3.1.0";
name = "pidgin-otr-3.2.0";
src = fetchurl {
url = http://www.cypherpunks.ca/otr/pidgin-otr-3.1.0.tar.gz;
sha256 = "1l524qx5kh2gg68biazjyqiyz8qzxqwp07i0wzfaxgv33s9ni7s2";
url = http://www.cypherpunks.ca/otr/pidgin-otr-3.2.0.tar.gz;
sha256 = "1cp6s565sid657lvmm7jrwl9wnk4ywsl8d9sp4iba36r0s5qaw08";
};
meta = {

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, libgcrypt}:
stdenv.mkDerivation {
name = "libotr-3.1.0";
name = "libotr-3.2.0";
src = fetchurl {
url = http://www.cypherpunks.ca/otr/libotr-3.1.0.tar.gz;
sha256 = "1x3y5nvqcg9a0lx630cvkjpwv7mmwxpy4pcjfm6fbiqylaxn05bj";
url = http://www.cypherpunks.ca/otr/libotr-3.2.0.tar.gz;
sha256 = "14v6idnqpp2vhgir9bzp1ay2gmhqsb8iavrkwmallakfwch9sfyq";
};
propagatedBuildInputs = [libgcrypt];