Skip to content

Commit

Permalink
stellarium: 0.20.2 -> 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Sep 27, 2020
1 parent f09ae7e commit b8d1e39
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.2";
version = "0.20.3";

src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "0bpxv781chx5acjh9ni5l9dlnvn6jgkqylq09885g6j4gi3q56br";
sha256 = "08abrshrzhdfcg3b2vzfmnq8fhzrasadg1ajs81kcw96yjc59vak";
};

nativeBuildInputs = [ cmake perl wrapQtAppsHook ];
Expand Down

0 comments on commit b8d1e39

Please sign in to comment.