ndcurves: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2025-10-15 19:53:34 +02:00
committed by Guilhem Saurel
parent a67f291c25
commit a68a3996b3
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ndcurves";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "loco-3d";
repo = "ndcurves";
rev = "v${finalAttrs.version}";
hash = "sha256-dDH2XpnlBlhG5Q8N9Aljxvf/K9jFuiAx0lyBIcXNOZE=";
hash = "sha256-VHxGm6fzoS51PtTj/qeZumz58ZHtxy28ihbzbnoHvHg=";
};
outputs = [