Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 460d5bc0f77b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54e77d51b832
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 28, 2019

  1. stellarium: 0.18.3 -> 0.19.0

    oxzi committed Mar 28, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    5e6273d View commit details

Commits on Mar 29, 2019

  1. Merge pull request #58503 from geistesk/stellarium-v0.19.0

    stellarium: 0.18.3 -> 0.19.0
    Ma27 authored Mar 29, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    54e77d5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/astronomy/stellarium/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/astronomy/stellarium/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

mkDerivation rec {
name = "stellarium-${version}";
version = "0.18.3";
version = "0.19.0";

src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "1cnwfk3vdsxh8gacw22qik401z0kpzd1ralbg9ph2cjqx9x2m1s1";
sha256 = "1x9s9v9ann93nyqd8n8adwhx66xgq5vp0liyzl1h1ji6qk8jla3c";
};

nativeBuildInputs = [ cmake perl ];