plantuml: 1.2024.4 -> 1.2024.5

This commit is contained in:
R. Ryantm 2024-05-26 14:10:37 +00:00 committed by Bjørn Forsman
parent d00dfa6b25
commit 5faa416d1d

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "plantuml";
version = "1.2024.4";
version = "1.2024.5";
src = fetchurl {
url = "https://github.com/plantuml/plantuml/releases/download/v${finalAttrs.version}/plantuml-pdf-${finalAttrs.version}.jar";
hash = "sha256-8Xs7fyYr4CvXNO+g2g+7LLObUUVKxmt/27/wHdCwSIE=";
hash = "sha256-YayIedHIIpecVF7BZSvBTp66Eb7He+l+1RCir5KuL28=";
};
nativeBuildInputs = [