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

geoserver: 2.25.0 -> 2.25.1
This commit is contained in:
Ivan Mincik 2024-05-25 10:47:23 +00:00 committed by GitHub
commit 5cbce886a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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