1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

sfcgal: 1.5.2 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-10-14 01:51:10 +00:00
parent 48e311fa51
commit dddac7e00e

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sfcgal";
version = "1.5.2";
version = "2.0.0";
src = fetchFromGitLab {
owner = "sfcgal";
repo = "SFCGAL";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-fK1PfLm6n05PhH/sT6N/hQtH5Z6+Xc1nUCS1NYpLDcY=";
hash = "sha256-cx0QJCtAPR/WkWPpH+mZvq2803eDT7b+qlI5ma+CveE=";
};
buildInputs = [