Anthony Roussel 2024-03-21 22:43:07 +01:00
parent d27284b103
commit 75d65a2b68
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 3 additions and 3 deletions

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "mod_tile";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "openstreetmap";
repo = "mod_tile";
rev = "v${version}";
hash = "sha256-jDuOcmKzZGU6L0aOfPKRGpDLbX0O9ueTufBy7Bd6KMU=";
rev = "refs/tags/v${version}";
hash = "sha256-zXUwTG8cqAkY5MC1jAc2TtMgNMQPLc5nc22okVYP4ME=";
};
nativeBuildInputs = [