Merge pull request #276588 from r-ryantm/auto-update/vcg

vcg: 2022.02 -> 2023.12
This commit is contained in:
Weijia Wang 2024-01-03 19:15:26 +01:00 committed by GitHub
commit dae96fb2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "vcg";
version = "2022.02";
version = "2023.12";
src = fetchFromGitHub {
owner = "cnr-isti-vclab";
repo = "vcglib";
rev = version;
sha256 = "sha256-XCjbVlgE0C9UagPj4fraA7BNsM6ONKo66aKQ87gQOfE=";
sha256 = "sha256-U3pu1k2pCH+G4CtacaDQ9SgkFX5A9/O/qrdpgWvB1+U=";
};
propagatedBuildInputs = [ eigen ];