asymptote: 3.11 -> 3.12 (#529249)

This commit is contained in:
7c6f434c
2026-06-12 11:49:52 +00:00
committed by GitHub
+6 -2
View File
@@ -30,10 +30,12 @@
curl,
texinfo,
texliveSmall,
vulkan-headers,
glfw,
}:
stdenv.mkDerivation (finalAttrs: {
version = "3.11";
version = "3.12";
pname = "asymptote";
outputs = [
@@ -46,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://sourceforge/asymptote/${finalAttrs.version}/asymptote-${finalAttrs.version}.src.tgz";
hash = "sha256-U36fImIb+E8J7g1E3EVcTqkboZODDx12JKB9RxDX59E=";
hash = "sha256-6uwel0Y+8hOjk8OI1GanNHiwgY+UA8liuRJAZZybjxs=";
};
# override with TeX Live containers to avoid building sty, docs from source
@@ -111,6 +113,8 @@ stdenv.mkDerivation (finalAttrs: {
pyqt5
]
))
vulkan-headers
glfw
]
++ lib.optionals stdenv.hostPlatform.isLinux [ libtirpc ];