lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

plantuml: 1.2024.3 -> 1.2024.4

+2 -2
+2 -2
pkgs/tools/misc/plantuml/default.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 10 pname = "plantuml"; 11 - version = "1.2024.3"; 11 + version = "1.2024.4"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/plantuml/plantuml/releases/download/v${finalAttrs.version}/plantuml-pdf-${finalAttrs.version}.jar"; 15 - hash = "sha256-zgpqXawlIdNgSxiOjtk7XLOnrVVD09T5qE9K8LD4TtY="; 15 + hash = "sha256-8Xs7fyYr4CvXNO+g2g+7LLObUUVKxmt/27/wHdCwSIE="; 16 16 }; 17 17 18 18 nativeBuildInputs = [