plantuml: 1.2026.2 -> 1.2026.3

This commit is contained in:
R. Ryantm
2026-05-16 09:28:25 +00:00
parent 0ec9b63333
commit ce311512f5
+2 -2
View File
@@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "plantuml";
version = "1.2026.2";
version = "1.2026.3";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${finalAttrs.version}/plantuml-pdf-${finalAttrs.version}.jar";
hash = "sha256-jbQjZrcUh9PTeizylcqb3Q7A4kKZH9ZcaEReymc3lo8=";
hash = "sha256-ElMmvC2H8NRYwcEY5oIqo7fsiKAJBZDNqRFXOv2o5IE=";
};
nativeBuildInputs = [