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

asymptote: 2.61 -> 2.62
This commit is contained in:
Peter Simons 2020-01-20 10:15:44 +01:00 committed by GitHub
commit 6cc43ee38c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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