Merge pull request #165914 from r-ryantm/auto-update/mapcache

mapcache: 1.12.0 -> 1.12.1
This commit is contained in:
Ryan Mulligan 2022-03-27 18:35:15 -07:00 committed by GitHub
commit 6c35818668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "mapcache";
version = "1.12.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "MapServer";
repo = pname;
rev = "rel-${lib.replaceStrings [ "." ] [ "-" ] version}";
sha256 = "sha256-13lOQC4PJtByhvceuF00uoipLFHrFiyJrsy2iWcEANc=";
sha256 = "sha256-NuiZMWcmsN5wDCd37Hvj3cazwT3Ea+OknV/YR3urZB0=";
};
nativeBuildInputs = [