mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
bump to 2.2.1
svn path=/nixpkgs/trunk/; revision=9400
This commit is contained in:
parent
33238a2bbf
commit
7841a05eb1
|
@ -17,10 +17,10 @@
|
|||
} :
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pidgin-2.2.0";
|
||||
name = "pidgin-2.2.1";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/pidgin/pidgin-2.2.0.tar.bz2;
|
||||
sha256 = "1fisidcj2sp6lyqf2w9ib565ln3h9bgp0iswxy9bgqyknjqw3djc";
|
||||
url = mirror://sourceforge/pidgin/pidgin-2.2.1.tar.bz2;
|
||||
sha256 = "08sq0yc8vz6c24pdv64clv6s91a5idslpp7vll8vgspn4piyzyvf";
|
||||
};
|
||||
|
||||
inherit nss ncurses;
|
||||
|
|
Loading…
Reference in a new issue