···7788stdenv.mkDerivation rec {
99 pname = "pixinsight";
1010- version = "1.8.9";
1010+ version = "1.8.9-1";
11111212 src = requireFile rec {
1313- name = "PI-linux-x64-${version}-20220313-c.tar.xz";
1313+ name = "PI-linux-x64-${version}-20220518-c.tar.xz";
1414 url = "https://pixinsight.com/";
1515- sha256 = "sha256-LvrTB8fofuysxR3OoZ2fkkOQU62yUAu8ePOczJG2uqU=";
1515+ sha256 = "sha256-AVeDJ7YYqCo7KfelUUQurjglNnTwCf0pOzJCV/bQrrw=";
1616 message = ''
1717 PixInsight is available from ${url} and requires a commercial (or trial) license.
1818 After a license has been obtained, PixInsight can be downloaded from the software distribution
···691691 libco-canonical = throw "libco-canonical: Canonical deleted the repo, libco-canonical is not used anymore"; # Added 2021-05-16
692692 libcroco = throw "libcroco has been removed as it's no longer used in any derivations"; # Added 2020-03-04
693693 libdbusmenu-glib = throw "'libdbusmenu-glib' has been renamed to/replaced by 'libdbusmenu'"; # Converted to throw 2022-02-22
694694+ libdbusmenu_qt = throw "'libdbusmenu_qt' (Qt4) is deprecated and unused, use 'libsForQt5.libdbusmenu'"; # Added 2022-06-14
694695 libdbusmenu_qt5 = throw "'libdbusmenu_qt5' has been renamed to/replaced by 'libsForQt5.libdbusmenu'"; # Converted to throw 2022-02-22
695696 libdigidoc = throw "'libdigidoc' is unused in nixpkgs, deprecated and archived by upstream, use 'libdigidocpp' instead"; # Added 2022-06-03
696697 liberation_ttf_v1_from_source = throw "'liberation_ttf_v1_from_source' has been renamed to/replaced by 'liberation_ttf_v1'"; # Converted to throw 2022-02-22
···11741175 qt5ct = libsForQt5.qt5ct; # Added 2021-12-27
11751176 qtcurve = libsForQt5.qtcurve; # Added 2020-11-07
11761177 qtkeychain = throw "the qtkeychain attribute (qt4 version) has been removes, use the qt5 version: libsForQt5.qtkeychain"; # Added 2021-08-04
11781178+ qtscriptgenerator = throw "'qtscriptgenerator' (Qt4) is unmaintained upstream and not used in nixpkgs"; # Added 2022-06-14
11771179 quagga = throw "quagga is no longer maintained upstream"; # Added 2021-04-22
11781180 quake3game = throw "'quake3game' has been renamed to/replaced by 'ioquake3'"; # Converted to throw 2022-02-22
11791181 quaternion-git = throw "quaternion-git has been removed in favor of the stable version 'quaternion'"; # Added 2020-04-09