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: 83f0eb535c74
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 55416750f815
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 28, 2021

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    4fc2ef2 View commit details
  2. dlib: 19.21 -> 19.22

    Ma27 committed Mar 28, 2021

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    5541675 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/applications/science/astronomy/stellarium/default.nix
  2. +2 −2 pkgs/development/libraries/dlib/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.20.4";
version = "0.21.0";

src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "sha256-EhlcaMxlDyX2RneBrpbmLScc9vd77Tf7RPblbQqAqZ0=";
sha256 = "sha256-LOBWfKLtoFemiWBUVayIBG0DORvjI6h9kgaPH9hGmKY=";
};

nativeBuildInputs = [ cmake perl wrapQtAppsHook ];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/dlib/default.nix
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "dlib";
version = "19.21";
version = "19.22";

src = fetchFromGitHub {
owner = "davisking";
repo = "dlib";
rev ="v${version}";
sha256 = "00jwklnl21l3hlvb0bjc6rl3hgi88vxb41dsn4m0kh436c9v0rl3";
sha256 = "sha256-cEbw01w4KgSG3JTvTE/qruo7i4/L++m02HW+0VNmSSQ=";
};

postPatch = ''