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

asymptote: 2.63 -> 2.65
This commit is contained in:
Michael Raskin 2020-04-06 14:39:46 +00:00 committed by GitHub
commit b0c844d820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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