Skip to content

Commit

Permalink
stellarium: 0.20.1 -> 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 22, 2020
1 parent ab38702 commit 3c3840e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/astronomy/stellarium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3c3840e

Please sign in to comment.