mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
update to 2.7.0
svn path=/nixpkgs/trunk/; revision=21798
This commit is contained in:
parent
a286b7c9b2
commit
c239f0d20e
1 changed files with 3 additions and 3 deletions
|
@ -21,10 +21,10 @@
|
|||
} :
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pidgin-2.6.6";
|
||||
name = "pidgin-2.7.0";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/pidgin/pidgin-2.6.6.tar.bz2;
|
||||
sha256 = "1n9aggkzvqk9w8pfy90h1l98yrzb9xf8ak2f4jxzwv94779ykfvf";
|
||||
url = mirror://sourceforge/pidgin/pidgin-2.7.0.tar.bz2;
|
||||
sha256 = "0gbq6n36h9a53rp1x41fakrbncxc27y84pn3a0lcz3nvfnpcnnfw";
|
||||
};
|
||||
|
||||
inherit nss ncurses;
|
||||
|
|
Loading…
Reference in a new issue