mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Updating wxGTK 2.8
svn path=/nixpkgs/trunk/; revision=21398
This commit is contained in:
parent
8a1dd10d81
commit
3fe67eca31
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ assert gtk.libpng != null;
|
|||
assert gtk.libpng.zlib != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wxGTK-2.8.10";
|
||||
name = "wxGTK-2.8.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/wxwindows/wxGTK-2.8.10.tar.gz;
|
||||
sha256 = "1hygkrwa71kzdbz029igkxsqyb14y6vsllqafjgm9b7v91nq49r8";
|
||||
url = mirror://sourceforge/wxwindows/wxGTK-2.8.11.tar.gz;
|
||||
sha256 = "149waiwwzw238avkhj8vmm1394nw45fa02b7cf1mqwc3jdd1pfz6";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue