Unverified Commit 48d77cbb authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

mapserver: 8.6.0 -> 8.6.1 (#502883)

parents 4ef462ce 50c94c3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mapserver";
  version = "8.6.0";
  version = "8.6.1";

  src = fetchFromGitHub {
    owner = "MapServer";
    repo = "MapServer";
    rev = "rel-${lib.replaceStrings [ "." ] [ "-" ] finalAttrs.version}";
    hash = "sha256-KfCYYbBAsOKWkpaPIiN+xxu1IXoMkk0NWSdndk8FpTg=";
    hash = "sha256-hzYgFJHQOV5c4eR7wUCWWvc6iLfQacEUH6PSc5VwfgA=";
  };

  nativeBuildInputs = [