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

asymptote: 2.83 -> 2.85
This commit is contained in:
Weijia Wang 2023-02-26 12:03:55 +02:00 committed by GitHub
commit d178040d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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