asymptote: 2.90 -> 2.92 ()

This commit is contained in:
7c6f434c 2024-10-15 10:58:29 +00:00 committed by GitHub
commit 46a38fbef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "2.90";
version = "2.92";
pname = "asymptote";
outputs = [ "out" "man" "info" "doc" "tex" ];
src = fetchurl {
url = "mirror://sourceforge/asymptote/${finalAttrs.version}/asymptote-${finalAttrs.version}.src.tgz";
hash = "sha256-jGlW+4CL9EqPJJcpW0+muumMQYkrQPPuj8dYqSRwc0A=";
hash = "sha256-nZtcb6fg+848HlT+sl4tUdKMT+d5jyTHbNyugpGo6mY=";
};
# override with TeX Live containers to avoid building sty, docs from source