Unverified Commit 8e6cc885 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

mapcache: 1.14.1 -> 1.16.0 (#511928)

parents f8017a30 b25ab369
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mapcache";
  version = "1.14.1";
  version = "1.16.0";

  src = fetchFromGitHub {
    owner = "MapServer";
    repo = "mapcache";
    tag = "rel-${lib.replaceStrings [ "." ] [ "-" ] finalAttrs.version}";
    hash = "sha256-AwdZdOEq9SZ5VzuBllg4U1gdVxZ9IVdqiDrn3QuRdCk=";
    hash = "sha256-Cc8I2TWS+YZh8gFwpaCKVkXyyNqg0MKlfxkSMv3WjgE=";
  };

  nativeBuildInputs = [