Skip to content

Commit 24ec199

Browse files
authored
pmtiles: 1.25.0 -> 1.25.1 (#382844)
2 parents ea1296a + 66164cd commit 24ec199

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/pm/pmtiles/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
buildGoModule rec {
77
pname = "pmtiles";
8-
version = "1.25.0";
8+
version = "1.25.1";
99

1010
src = fetchFromGitHub {
1111
owner = "protomaps";
1212
repo = "go-pmtiles";
13-
rev = "v${version}";
14-
hash = "sha256-eOcjJPQ5a9d1iDaTa+oZgMmyaOszd2ORaKKr3Td4WP0=";
13+
tag = "v${version}";
14+
hash = "sha256-sX+rEXCmDqHP6GZ5QdvJLBaJsuAhvRQSm+htlQiyYDk=";
1515
};
1616

1717
vendorHash = "sha256-NQ74rLYhzacOrw6Tl6WoERfqbx2aF9X18rh0oOjCotE=";
@@ -27,11 +27,11 @@ buildGoModule rec {
2727
mv $out/bin/go-pmtiles $out/bin/pmtiles
2828
'';
2929

30-
meta = with lib; {
30+
meta = {
3131
description = "Single-file utility for creating and working with PMTiles archives";
3232
homepage = "https://github.com/protomaps/go-pmtiles";
33-
license = licenses.bsd3;
34-
maintainers = teams.geospatial.members ++ (with maintainers; [ theaninova ]);
33+
license = lib.licenses.bsd3;
34+
maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ theaninova ]);
3535
mainProgram = "pmtiles";
3636
};
3737
}

0 commit comments

Comments
 (0)