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: d973aa931ee6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db22815fbd87
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 28, 2019

  1. Copy the full SHA
    1b019ba View commit details
  2. Merge pull request #63905 from Ma27/bump-stellarium

    stellarium: 0.19.0 -> 0.19.1
    worldofpeace authored Jun 28, 2019
    Copy the full SHA
    db22815 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.19.0";
version = "0.19.1";

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

nativeBuildInputs = [ cmake perl ];