Unverified Commit 70ba03a7 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

plantuml: 1.2025.2 -> 1.2025.3 (#417760)

parents 2ab82150 80166303
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "plantuml";
  version = "1.2025.2";
  version = "1.2025.3";

  src = fetchurl {
    url = "https://github.com/plantuml/plantuml/releases/download/v${finalAttrs.version}/plantuml-pdf-${finalAttrs.version}.jar";
    hash = "sha256-mDP72BLe7+WqjCsxIrhF//jVQVpmU0jwgFeH2sW1mH0=";
    hash = "sha256-o8bBO9Crcrf2XLuLbakSiUp4WcIanJJTRwlDr4ydL0I=";
  };

  nativeBuildInputs = [