lol

Merge pull request #249493 from sheepforce/pixinsight

pixinsight: 1.8.9-1 -> 1.8.9-2

authored by

Nick Cao and committed by
GitHub
2c554bf9 8371ee8e

+4 -3
+4 -3
pkgs/applications/graphics/pixinsight/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "pixinsight"; 10 - version = "1.8.9-1"; 10 + version = "1.8.9-2"; 11 11 12 12 src = requireFile rec { 13 - name = "PI-linux-x64-${version}-20220518-c.tar.xz"; 13 + name = "PI-linux-x64-${version}-20230814-c.tar.xz"; 14 14 url = "https://pixinsight.com/"; 15 - sha256 = "sha256-AVeDJ7YYqCo7KfelUUQurjglNnTwCf0pOzJCV/bQrrw="; 15 + sha256 = "sha256-4Jspkl5riMlbeJX/h1zhVfVymORPK1X4l0LyOgXm05Y="; 16 16 message = '' 17 17 PixInsight is available from ${url} and requires a commercial (or trial) license. 18 18 After a license has been obtained, PixInsight can be downloaded from the software distribution ··· 71 71 libXext 72 72 libXfixes 73 73 libXrandr 74 + libxkbfile 74 75 ]); 75 76 76 77 postPatch = ''