tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
martin: 0.9.0 -> 0.9.1
R. Ryantm
2 years ago
5713d5d5
f6caf65a
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
geospatial
martin
default.nix
+3
-3
pkgs/servers/geospatial/martin/default.nix
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "martin";
5
-
version = "0.9.0";
6
7
src = fetchFromGitHub {
8
owner = "maplibre";
9
repo = "martin";
10
rev = "v${version}";
11
-
hash = "sha256-dx6TcEZpnsWbRliBo/CkOZNwXiipRYS8+oWHTEAF5XQ=";
12
};
13
14
-
cargoHash = "sha256-6r2rrSthEdQ/CnrGt4/VZW2jp66zE0au8r81+nBD8UE=";
15
16
nativeBuildInputs = [ pkg-config ];
17
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "martin";
5
+
version = "0.9.1";
6
7
src = fetchFromGitHub {
8
owner = "maplibre";
9
repo = "martin";
10
rev = "v${version}";
11
+
hash = "sha256-Jq72aEwM5bIaVywmS3HetR6nnBZnr3oa9a/4ZbgeL9E=";
12
};
13
14
+
cargoHash = "sha256-RO9nUH2+0jOCbvGtZ5j802mL85tY+Jz7ygPrNuFeE98=";
15
16
nativeBuildInputs = [ pkg-config ];
17