Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

martin: 0.8.4 -> 0.8.6

+3 -3
+3 -3
pkgs/servers/geospatial/martin/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "martin"; 5 - version = "0.8.4"; 6 7 src = fetchFromGitHub { 8 owner = "maplibre"; 9 repo = "martin"; 10 rev = "v${version}"; 11 - hash = "sha256-8TuEwJEtJSyGPrqTPo145oGszyFyGiok9xWm9MkOxzw="; 12 }; 13 14 - cargoHash = "sha256-+Mj2mKLRh6ZLERAi2kyMzjlgY4tgOGYyn/ZoVPz+1BY="; 15 16 nativeBuildInputs = [ pkg-config ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "martin"; 5 + version = "0.8.6"; 6 7 src = fetchFromGitHub { 8 owner = "maplibre"; 9 repo = "martin"; 10 rev = "v${version}"; 11 + hash = "sha256-JHNmGjdbTC3WDmgVM20hXU5IX87DUaWfblIPUe0BUJk="; 12 }; 13 14 + cargoHash = "sha256-JK1Q0Sn3FCv6DuGsMySsORJBRpTfMdD/Y4dP8qPc1D8="; 15 16 nativeBuildInputs = [ pkg-config ]; 17