mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
2.0.5 -> 2.0.7
svn path=/nixpkgs/trunk/; revision=5642
This commit is contained in:
parent
7f853b01a3
commit
439bc42676
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
|||
assert pkgconfig != null && glib != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gnet-2.0.5";
|
||||
name = "gnet-2.0.7";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/gnet-2.0.5.tar.gz;
|
||||
md5 = "126f140618de34801933d192302ed0b9";
|
||||
url = http://www.gnetlibrary.org/src/gnet-2.0.7.tar.gz;
|
||||
md5 = "3a7a40411775688fe4c42141ab007048";
|
||||
};
|
||||
buildInputs = [pkgconfig glib];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue