tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
stellarium: update to version 0.13.3
Peter Simons
10 years ago
48f52473
87f91659
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
astronomy
stellarium
default.nix
+2
-2
pkgs/applications/science/astronomy/stellarium/default.nix
···
2
2
, libiconv }:
3
3
4
4
stdenv.mkDerivation rec {
5
5
-
name = "stellarium-0.13.2";
5
5
+
name = "stellarium-0.13.3";
6
6
7
7
src = fetchurl {
8
8
url = "mirror://sourceforge/stellarium/${name}.tar.gz";
9
9
-
sha256 = "1asrq1v6vjzxd2zz92brdfs5f5b1qf8zwd7k2dpg3dl4shl8wwg5";
9
9
+
sha256 = "1ml6z2xda4vx61agdz54x8fw1b115gwc7rcy0zhz1jh6g5jvf0ij";
10
10
};
11
11
12
12
buildInputs = [ cmake freetype libpng mesa gettext openssl qt5.base qt5.quick1 perl libiconv ];