Merge pull request #248290 from r-ryantm/auto-update/geoserver

geoserver: 2.23.1 -> 2.23.2
This commit is contained in:
Nikolay Korotkiy 2023-08-11 00:17:27 +04:00 committed by GitHub
commit 39d212d840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "geoserver";
version = "2.23.1";
version = "2.23.2";
src = fetchurl {
url = "mirror://sourceforge/geoserver/GeoServer/${version}/geoserver-${version}-bin.zip";
sha256 = "sha256-0ZcHnDVw5atwdeqYeQXfRTio0/plRLTDljSMb81U+f4=";
sha256 = "sha256-4zOtcUWeb/zubEY3wNCYBeStRSga2bm1BnBa+qcyeCw=";
};
sourceRoot = ".";