Merge pull request #302237 from r-ryantm/auto-update/plantuml

plantuml: 1.2024.3 -> 1.2024.4
This commit is contained in:
Matthias Beyer 2024-04-07 10:25:05 +02:00 committed by GitHub
commit 6f32d555b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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