summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-03 02:57:52 -0700
committerRobin Gloster <mail@glob.in>2019-04-05 15:48:04 +0000
commit8580a0a38fc423851152a363261469ecace1a50a (patch)
tree7ae39977b5f7f9411d96fc752eb7d03b0c9b1f76 /pkgs/applications/graphics
parent390ff8fc5dce9c0164008e8a684083d97c5d784c (diff)
downloadnixpkgs-8580a0a38fc423851152a363261469ecace1a50a.tar
nixpkgs-8580a0a38fc423851152a363261469ecace1a50a.tar.gz
nixpkgs-8580a0a38fc423851152a363261469ecace1a50a.tar.bz2
nixpkgs-8580a0a38fc423851152a363261469ecace1a50a.tar.lz
nixpkgs-8580a0a38fc423851152a363261469ecace1a50a.tar.xz
nixpkgs-8580a0a38fc423851152a363261469ecace1a50a.tar.zst
nixpkgs-8580a0a38fc423851152a363261469ecace1a50a.zip
wings: 2.2.1 -> 2.2.3
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')
-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 891f3586fa5..0a4e9ada078 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.1";
+  name = "wings-2.2.3";
   src = fetchurl {
     url = "mirror://sourceforge/wings/${name}.tar.bz2";
-    sha256 = "1adlq3wd9bz0hjznpzsgilxgsbhr0kk01f06872mq37v4cbw76bh";
+    sha256 = "1b9xdmh0186xxs92i831vm9yq0il1hngi8bl9a1q7fs26wb8js1g";
   };
 
   ERL_LIBS = "${cl}/lib/erlang/lib";