martin: 0.8.4 -> 0.8.6

This commit is contained in:
R. Ryantm 2023-06-06 07:34:18 +00:00
parent c039ce8919
commit 20729ee2a5

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "martin"; pname = "martin";
version = "0.8.4"; version = "0.8.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "maplibre"; owner = "maplibre";
repo = "martin"; repo = "martin";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-8TuEwJEtJSyGPrqTPo145oGszyFyGiok9xWm9MkOxzw="; hash = "sha256-JHNmGjdbTC3WDmgVM20hXU5IX87DUaWfblIPUe0BUJk=";
}; };
cargoHash = "sha256-+Mj2mKLRh6ZLERAi2kyMzjlgY4tgOGYyn/ZoVPz+1BY="; cargoHash = "sha256-JK1Q0Sn3FCv6DuGsMySsORJBRpTfMdD/Y4dP8qPc1D8=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];