Unverified Commit 1e43a0de authored by Anthony's avatar Anthony Committed by GitHub
Browse files

plantuml: 1.2026.1 -> 1.2026.2 (#498263)

parents 706d8882 b7cc75a6
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.2026.1";
  version = "1.2026.2";

  src = fetchurl {
    url = "https://github.com/plantuml/plantuml/releases/download/v${finalAttrs.version}/plantuml-pdf-${finalAttrs.version}.jar";
    hash = "sha256-QzZ4N2bSZNPaBzt8pG1q3wM/E/XC3bTAOrmeRHHA2uA=";
    hash = "sha256-jbQjZrcUh9PTeizylcqb3Q7A4kKZH9ZcaEReymc3lo8=";
  };

  nativeBuildInputs = [