Unverified Commit 1ad46591 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

libigl: 2.5.0 -> 2.6.0 (#407282)



Co-authored-by: default avatarnim65s <guilhem.saurel@laas.fr>
parents 6ec6cd1c 918e0afe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "libigl";
  version = "2.5.0";
  version = "2.6.0";

  src = fetchFromGitHub {
    owner = "libigl";
    repo = "libigl";
    rev = "v${finalAttrs.version}";
    hash = "sha256-OpjkQGRiuc7kNlwgCeM4dcotTb5J+6LUn4IOe9bFbW4=";
    hash = "sha256-7Cvz/yOb5kQaIceUwyijBNplXvok5reJoJsTnvKWt4M=";
  };

  # We could also properly use CMake, but we would have to heavily patch it