Commit b451b5c7 authored by R. RyanTM's avatar R. RyanTM
Browse files

ndcurves: 2.1.1 -> 2.3.0

parent 8568fa96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ndcurves";
  version = "2.1.1";
  version = "2.3.0";

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

  outputs = [