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

geoserver: 2.24.0 -> 2.24.1
This commit is contained in:
Pol Dellaiera 2023-11-29 20:04:59 +01:00 committed by GitHub
commit 3e2cea9938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "geoserver";
version = "2.24.0";
version = "2.24.1";
src = fetchurl {
url = "mirror://sourceforge/geoserver/GeoServer/${version}/geoserver-${version}-bin.zip";
sha256 = "sha256-xX1rAONMh5XSWGPXkVMemAvG34DDNmu2018HsTvY7G0=";
sha256 = "sha256-3GdpM5BIH6+NME+/Zig0c7pYFWuWZywT6goD9JT6gZI=";
};
patches = [