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

asymptote: 2.62 -> 2.63
This commit is contained in:
Lancelot SIX 2020-03-04 20:43:13 +01:00 committed by GitHub
commit 7399c59c41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
}:
stdenv.mkDerivation rec {
version = "2.62";
version = "2.63";
pname = "asymptote";
src = fetchFromGitHub {
owner = "vectorgraphics";
repo = pname;
rev = version;
sha256 = "1lb3a8r2gv0437viwy25s34g05x5v81gk0nxlgx7hzwv7b9zkv5s";
sha256 = "1szy0hmh8fx73ngpfn5p934snv148kf1amdnbcjc0n5zb4x9vzck";
};
nativeBuildInputs = [