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:
parent
1b5dbd6d9c
commit
dbcba78213
|
@ -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 = {
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue