Skip to content

Commit

Permalink
stellarium: 0.20.0 -> 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Apr 21, 2020
1 parent c844633 commit 68684b6
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.0";
version = "0.20.1";

src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "1732dxkgyqd4xf0ry7v930vcbv60l8iry596869z1d47j2piibs4";
sha256 = "1x8svan03k1x9jwqflimbpj7jpg6mjrbz26bg1sbhsqdlc8rbhky";
};

nativeBuildInputs = [ cmake perl wrapQtAppsHook ];
Expand Down

0 comments on commit 68684b6

Please sign in to comment.