Skip to content

Commit 69df3ac

Browse files
authored
pmtiles: 1.20.0 -> 1.21.0 (#340901)
2 parents 0076885 + 0de0b9d commit 69df3ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{ lib, buildGoModule, fetchFromGitHub }:
22
buildGoModule rec {
33
pname = "pmtiles";
4-
version = "1.20.0";
4+
version = "1.21.0";
55

66
src = fetchFromGitHub {
77
owner = "protomaps";
88
repo = "go-pmtiles";
99
rev = "v${version}";
10-
hash = "sha256-ZwTZtMNgQE0AIbxdjA+8CFKSp1B9QnV5wmP+z/JoIpg=";
10+
hash = "sha256-scicNAl1Lu8oD/g/63CXLeys+yorpH6Unhk5p4V78eY=";
1111
};
1212

13-
vendorHash = "sha256-Buzk+rPSPrs0q+g6MWVb47cAIKMxsNXlj3CWA0JINXM=";
13+
vendorHash = "sha256-8HShM4YznUAc6rJyDbdL5vv0dOk+d4IRKQpmEhWiNjo=";
1414

1515
ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.commit=v${version}" ];
1616

0 commit comments

Comments
 (0)