Skip to content

Commit

Permalink
mapserver: 7.6.4 -> 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 21, 2022
1 parent d6490a0 commit 9cb8ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/geospatial/mapserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "mapserver";
version = "7.6.4";
version = "8.0.0";

src = fetchFromGitHub {
owner = "MapServer";
repo = "MapServer";
rev = "rel-${lib.replaceStrings [ "." ] [ "-" ] version}";
sha256 = "sha256-NMo/7CtWYIP1oPKki09oDWLCbj2vPk3xCU4rkHq8YKY=";
sha256 = "sha256-t9tthHszqtbFEh50IhQMtBb9rD9tU3QbDlUsVRVkQ6U=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9cb8ee3

Please sign in to comment.