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

Commits on Dec 11, 2020

  1. cgal_5: 5.1 -> 5.1.1

    r-ryantm committed Dec 11, 2020
    Copy the full SHA
    37374b4 View commit details

Commits on Dec 12, 2020

  1. Merge pull request #106651 from r-ryantm/auto-update/cgal

    cgal_5: 5.1 -> 5.1.1
    marsam authored Dec 12, 2020
    Copy the full SHA
    708ffc0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/CGAL/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/CGAL/default.nix
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "cgal";
version = "5.1";
version = "5.1.1";

src = fetchFromGitHub {
owner = "CGAL";
repo = "releases";
rev = "CGAL-${version}";
sha256 = "0rcv86hn5aqna7vr9nfk4np778qjr7l3742v58w6qw0z4y6l1km0";
sha256 = "1h4kj37zh60zap1gvpkvcl1b1lbdvav959gd59pq2c33i0ziagf6";
};

# note: optional component libCGAL_ImageIO would need zlib and opengl;