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

geoserver: 2.22.0 -> 2.22.2
This commit is contained in:
Nikolay Korotkiy 2023-03-03 22:28:45 +04:00 committed by GitHub
commit 69ee51d679
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.22.0";
version = "2.22.2";
src = fetchurl {
url = "mirror://sourceforge/geoserver/GeoServer/${version}/geoserver-${version}-bin.zip";
sha256 = "sha256-68+IvbOCBjTdBg5dQb+ydp2ntt07fvWwm4ALc6m1aN4=";
sha256 = "sha256-usVqjXXjMCvbjEz6TKz7RM5A2oUVryjsjFBDUftQcRI=";
};
sourceRoot = ".";