plantuml: 1.2024.8 -> 1.2025.0

This commit is contained in:
R. Ryantm 2025-01-08 01:20:59 +00:00
parent 57cd3fbda4
commit 175f2b7300

View File

@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "plantuml";
version = "1.2024.8";
version = "1.2025.0";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${finalAttrs.version}/plantuml-pdf-${finalAttrs.version}.jar";
hash = "sha256-mMhhdkR2/Sh60dmvAu63+PGryg6+UrpoE1mqQaZ7wm0=";
hash = "sha256-tHlhO7+q/iG5jbivTzQtvaOiDXoIEC/thA2nJnS6Kak=";
};
nativeBuildInputs = [