sfcgal: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-07-31 12:35:43 +00:00
parent 0fccabcb91
commit 7b3536f28e
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sfcgal";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitLab {
owner = "sfcgal";
repo = "SFCGAL";
tag = "v${finalAttrs.version}";
hash = "sha256-m8oyfL3rF4qLugoEFa8iiqS5D1Oljg+x1qMp9KfiQ5c=";
hash = "sha256-9caucSIEAjzc4cWShuwbBC+BLs5a3e3y58aT4aLzN5E=";
};
buildInputs = [