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
This commit is contained in:
R. RyanTM 2019-05-04 10:09:56 -07:00 committed by Frederik Rietdijk
parent 1e8cf454ff
commit 750fcf7760
1 changed files with 2 additions and 2 deletions

View File

@ -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";