Unverified Commit 44775024 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #292009 from r-ryantm/auto-update/asymptote

asymptote: 2.86 -> 2.87
parents 7685ed9b d8db0a60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@
}:

stdenv.mkDerivation rec {
  version = "2.86";
  version = "2.87";
  pname = "asymptote";

  src = fetchFromGitHub {
    owner = "vectorgraphics";
    repo = pname;
    rev = version;
    hash = "sha256-Bk8/WIQTfrbOo9b2hw580vJwiK6P1OBV5HMqMH+LkuE=";
    hash = "sha256-xzRZ7NOWeu+uC5WeTxwh5MFm7psXMhxrxucT4PVtRxM=";
  };

  nativeBuildInputs = [