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 { stdenv.mkDerivation rec {
version = "2.60"; version = "2.61";
pname = "asymptote"; pname = "asymptote";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vectorgraphics"; owner = "vectorgraphics";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1sr31r80jfswlx9a0p5bn85p6h7mq28fw8ihhnlbhphii6w8z2j9"; sha256 = "0nblcxqzaxv1286zl2fjkivgp478l0nf3m0wnk78rd99lscjlw71";
}; };
nativeBuildInputs = [ nativeBuildInputs = [