pixinsight: 1.8.9 -> 1.8.9-1
This commit is contained in:
parent
14fc941cee
commit
7cc1f2e8b0
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pixinsight";
|
||||
version = "1.8.9";
|
||||
version = "1.8.9-1";
|
||||
|
||||
src = requireFile rec {
|
||||
name = "PI-linux-x64-${version}-20220313-c.tar.xz";
|
||||
name = "PI-linux-x64-${version}-20220518-c.tar.xz";
|
||||
url = "https://pixinsight.com/";
|
||||
sha256 = "sha256-LvrTB8fofuysxR3OoZ2fkkOQU62yUAu8ePOczJG2uqU=";
|
||||
sha256 = "sha256-AVeDJ7YYqCo7KfelUUQurjglNnTwCf0pOzJCV/bQrrw=";
|
||||
message = ''
|
||||
PixInsight is available from ${url} and requires a commercial (or trial) license.
|
||||
After a license has been obtained, PixInsight can be downloaded from the software distribution
|
||||
|
|
Loading…
Reference in a new issue