about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-23 20:06:21 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-23 20:06:21 +0000
commit38e3d7bc86d2a48dd4d653fd3f142f422c075563 (patch)
treec393d2e331ff60908a2e00727fa4d2b852e85d3b /pkgs/applications/graphics
parent79232c5f54c47e8359262601243d2878e2ab5512 (diff)
parent65e7aeda65e30ceb44c6d8773bbf69dd122bd9c9 (diff)
downloadnixlib-38e3d7bc86d2a48dd4d653fd3f142f422c075563.tar
nixlib-38e3d7bc86d2a48dd4d653fd3f142f422c075563.tar.gz
nixlib-38e3d7bc86d2a48dd4d653fd3f142f422c075563.tar.bz2
nixlib-38e3d7bc86d2a48dd4d653fd3f142f422c075563.tar.lz
nixlib-38e3d7bc86d2a48dd4d653fd3f142f422c075563.tar.xz
nixlib-38e3d7bc86d2a48dd4d653fd3f142f422c075563.tar.zst
nixlib-38e3d7bc86d2a48dd4d653fd3f142f422c075563.zip
svn merge ^/nixpkgs/trunk
Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you
please look at this?

svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/wings/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/wings/default.nix b/pkgs/applications/graphics/wings/default.nix
index 6d39c7f2a95f..9e6d6fe492a3 100644
--- a/pkgs/applications/graphics/wings/default.nix
+++ b/pkgs/applications/graphics/wings/default.nix
@@ -1,10 +1,10 @@
 { fetchurl, stdenv, erlang, esdl }:
 
 stdenv.mkDerivation rec {
-  name = "wings-1.3.0.1";
+  name = "wings-1.4.1";
   src = fetchurl {
     url = "mirror://sourceforge/wings/${name}.tar.bz2";
-    sha256 = "1zab1qxhgrncwqj1xg6z08m0kqbkdiqp4777p1bv2kczcf31isyp";
+    sha256 = "16kqy92rapmbvkc58mc50cidp1pm8nlwlwx69riyadc9w4qs9bji";
   };
 
   ERL_LIBS = "${esdl}/lib/erlang/addons";