about summary refs log tree commit diff
path: root/pkgs/applications/graphics/wings
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-04 10:09:56 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-05-05 11:05:07 +0200
commit750fcf776081141c2ca853f98f3513a5c636eac4 (patch)
tree5bd9679dbc4e5026894e4e2babe3cc8e8b17448e /pkgs/applications/graphics/wings
parent1e8cf454ffa93dfedb698020fe296e5656e303b4 (diff)
downloadnixlib-750fcf776081141c2ca853f98f3513a5c636eac4.tar
nixlib-750fcf776081141c2ca853f98f3513a5c636eac4.tar.gz
nixlib-750fcf776081141c2ca853f98f3513a5c636eac4.tar.bz2
nixlib-750fcf776081141c2ca853f98f3513a5c636eac4.tar.lz
nixlib-750fcf776081141c2ca853f98f3513a5c636eac4.tar.xz
nixlib-750fcf776081141c2ca853f98f3513a5c636eac4.tar.zst
nixlib-750fcf776081141c2ca853f98f3513a5c636eac4.zip
wings: 2.2.3 -> 2.2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wings/versions
Diffstat (limited to 'pkgs/applications/graphics/wings')
-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 0a4e9ada0787..6d600260b065 100644
--- a/pkgs/applications/graphics/wings/default.nix
+++ b/pkgs/applications/graphics/wings/default.nix
@@ -1,10 +1,10 @@
 { fetchurl, stdenv, erlang, cl, libGL, libGLU, runtimeShell }:
 
 stdenv.mkDerivation rec {
-  name = "wings-2.2.3";
+  name = "wings-2.2.4";
   src = fetchurl {
     url = "mirror://sourceforge/wings/${name}.tar.bz2";
-    sha256 = "1b9xdmh0186xxs92i831vm9yq0il1hngi8bl9a1q7fs26wb8js1g";
+    sha256 = "1xcmifs4vq2810pqqvsjsm8z3lz24ys4c05xkh82nyppip2s89a3";
   };
 
   ERL_LIBS = "${cl}/lib/erlang/lib";