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

asymptote: 2.85 -> 2.86
This commit is contained in:
7c6f434c 2023-09-09 11:57:21 +00:00 committed by GitHub
commit 0496f93bf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
}:
stdenv.mkDerivation rec {
version = "2.85";
version = "2.86";
pname = "asymptote";
src = fetchFromGitHub {
owner = "vectorgraphics";
repo = pname;
rev = version;
hash = "sha256-GyW9OEolV97WtrSdIxp4MCP3JIyA1c/DQSqg8jLC0WQ=";
hash = "sha256-Bk8/WIQTfrbOo9b2hw580vJwiK6P1OBV5HMqMH+LkuE=";
};
nativeBuildInputs = [