ndcurves: 1.4.1 -> 2.0.0

This commit is contained in:
R. Ryantm
2024-12-06 00:57:53 +00:00
parent 5873ae4143
commit cebe48a77c
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ndcurves";
version = "1.4.1";
version = "2.0.0";
src = fetchFromGitHub {
owner = "loco-3d";
repo = "ndcurves";
rev = "v${finalAttrs.version}";
hash = "sha256-XJ3VSSGKSJ+x3jc4408PGHTYg3nC7o/EeFnbKBELefs=";
hash = "sha256-dDH2XpnlBlhG5Q8N9Aljxvf/K9jFuiAx0lyBIcXNOZE=";
};
outputs = [