Skip to content

Commit 91a301b

Browse files
ndcurves: 2.1.1 -> 2.3.0 (#510069)
2 parents d949f3b + b451b5c commit 91a301b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nd/ndcurves/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "ndcurves";
16-
version = "2.1.1";
16+
version = "2.3.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "loco-3d";
2020
repo = "ndcurves";
2121
rev = "v${finalAttrs.version}";
22-
hash = "sha256-YnpC2yYEe9VNcHHDyv+glLrue/J/HXbK/VP7DTAE/q0=";
22+
hash = "sha256-X9p01hMoAx6fMSEU/nf/eqyFgy23mZrpBFonjoT1DLo=";
2323
};
2424

2525
outputs = [

0 commit comments

Comments
 (0)