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

geoserver: 2.24.2 -> 2.25.0
This commit is contained in:
Ivan Mincik 2024-03-25 07:23:48 +00:00 committed by GitHub
commit 0612f3cc47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
}:
stdenv.mkDerivation (finalAttrs: rec {
pname = "geoserver";
version = "2.24.2";
version = "2.25.0";
src = fetchurl {
url = "mirror://sourceforge/geoserver/GeoServer/${version}/geoserver-${version}-bin.zip";
sha256 = "sha256-1ArG7CneJRY9y6rYaVjNU6L6RsUgVvjpwt07Rd+WGrE=";
sha256 = "sha256-maWDRRIo5Mqjb6K1NWFplmQwvJ9fLXGnelZcslwp4Oo=";
};
patches = [