3
0
Fork 0
forked from mirrors/nixpkgs

stellarium: 0.20.1 -> 0.20.2

https://github.com/Stellarium/stellarium/releases/tag/v0.20.2
This commit is contained in:
Maximilian Bosch 2020-06-22 20:30:42 +02:00
parent ab38702594
commit 3c3840ecd6
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "stellarium";
version = "0.20.1";
version = "0.20.2";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "1x8svan03k1x9jwqflimbpj7jpg6mjrbz26bg1sbhsqdlc8rbhky";
sha256 = "0bpxv781chx5acjh9ni5l9dlnvn6jgkqylq09885g6j4gi3q56br";
};
nativeBuildInputs = [ cmake perl wrapQtAppsHook ];