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:
parent
1e8cf454ff
commit
750fcf7760
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue