···78stdenv.mkDerivation rec {
9 pname = "pixinsight";
10- version = "1.8.8-12";
1112 src = requireFile rec {
13- name = "PI-linux-x64-${version}-20211229-c.tar.xz";
14 url = "https://pixinsight.com/";
15- sha256 = "7095b83a276f8000c9fe50caadab4bf22a248a880e77b63e0463ad8d5469f617";
16 message = ''
17 PixInsight is available from ${url} and requires a commercial (or trial) license.
18 After a license has been obtained, PixInsight can be downloaded from the software distribution
···78stdenv.mkDerivation rec {
9 pname = "pixinsight";
10+ version = "1.8.9";
1112 src = requireFile rec {
13+ name = "PI-linux-x64-${version}-20220313-c.tar.xz";
14 url = "https://pixinsight.com/";
15+ sha256 = "sha256-LvrTB8fofuysxR3OoZ2fkkOQU62yUAu8ePOczJG2uqU=";
16 message = ''
17 PixInsight is available from ${url} and requires a commercial (or trial) license.
18 After a license has been obtained, PixInsight can be downloaded from the software distribution