forked from mirrors/nixpkgs
mapcache: 1.12.0 -> 1.12.1
This commit is contained in:
parent
e13e37b701
commit
30c395c554
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mapcache";
|
pname = "mapcache";
|
||||||
version = "1.12.0";
|
version = "1.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MapServer";
|
owner = "MapServer";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "rel-${lib.replaceStrings [ "." ] [ "-" ] version}";
|
rev = "rel-${lib.replaceStrings [ "." ] [ "-" ] version}";
|
||||||
sha256 = "sha256-13lOQC4PJtByhvceuF00uoipLFHrFiyJrsy2iWcEANc=";
|
sha256 = "sha256-NuiZMWcmsN5wDCd37Hvj3cazwT3Ea+OknV/YR3urZB0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue