Skip to content

Commit

Permalink
Merge pull request #120531 from teto/qhull-update
Browse files Browse the repository at this point in the history
qhull: 2016.1 -> 2020.2
  • Loading branch information
SuperSandro2000 committed Apr 26, 2021
2 parents ff6eef6 + 55e51a8 commit 7d7fb31
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/development/libraries/qhull/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{ lib, stdenv, fetchFromGitHub, cmake }:

stdenv.mkDerivation {
name = "qhull-2016.1";
stdenv.mkDerivation rec {
pname = "qhull";
version = "2020.2";

src = fetchFromGitHub {
owner = "qhull";
repo = "qhull";
rev = "5bbc75608c817b50383a0c24c3977cc09d0bbfde";
sha256 = "0wrgqc2mih7h8fs9v5jcn9dr56afqi9bgh2w9dcvzvzvxizr9kjj";
rev = version;
sha256 = "sha256-djUO3qzY8ch29AuhY3Bn1ajxWZ4/W70icWVrxWRAxRc=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 7d7fb31

Please sign in to comment.