mapcache: 1.12.0 -> 1.12.1

This commit is contained in:
R. Ryantm 2022-03-27 05:48:35 +00:00
parent e13e37b701
commit 30c395c554

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 = [