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

Commits on Oct 8, 2019

  1. stellarium: 0.19.1 -> 0.19.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/stellarium/versions
    r-ryantm committed Oct 8, 2019
    Copy the full SHA
    a174411 View commit details

Commits on Oct 10, 2019

  1. Merge pull request #70790 from r-ryantm/auto-update/stellarium

    stellarium: 0.19.1 -> 0.19.2
    mmahut authored Oct 10, 2019
    Copy the full SHA
    19610dc 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 {
pname = "stellarium";
version = "0.19.1";
version = "0.19.2";

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

nativeBuildInputs = [ cmake perl wrapQtAppsHook ];