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

asymptote: 2.60 -> 2.61
This commit is contained in:
Mario Rodas 2019-12-23 08:45:07 -05:00 committed by GitHub
commit eabdecceb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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