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

plantuml-server: 1.2024.3 -> 1.2024.4
This commit is contained in:
Nick Cao 2024-04-07 10:45:02 -04:00 committed by GitHub
commit 2449e71d47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchurl, nixosTests }:
let
version = "1.2024.3";
version = "1.2024.4";
in
stdenv.mkDerivation rec {
pname = "plantuml-server";
inherit version;
src = fetchurl {
url = "https://github.com/plantuml/plantuml-server/releases/download/v${version}/plantuml-v${version}.war";
sha256 = "sha256-tuRtQl6tbjrgew6s6OV4EeY+GUo3DPVJJyuoD2vfnoo=";
sha256 = "sha256-7m0MOP6AN7V7mlrVfwxGy1AfCQx2ufp5GU2WQoSTIBc=";
};
dontUnpack = true;