Skip to content

Commit

Permalink
pmtiles: 1.22.0 -> 1.22.1 (#351124)
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Oct 25, 2024
2 parents 9801748 + 67913a7 commit f3876dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pm/pmtiles/package.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "pmtiles";
version = "1.22.0";
version = "1.22.1";

src = fetchFromGitHub {
owner = "protomaps";
repo = "go-pmtiles";
rev = "v${version}";
hash = "sha256-r3gp0f771Cfy4JNekilnct+FKu4nOb+8y+B1A+anJ5Y=";
hash = "sha256-b473V082jM8d0XRn4tPzVGLryFNHn5Cab3IkNWve49s=";
};

vendorHash = "sha256-5oKcq1eTrcjQKWySDOsEFFbKkld9g494D5Tg9Bej8JQ=";
vendorHash = "sha256-QDGs0L29W4QQBeIH1Z23nI/FYdu95kLnOAIZEWPOMWw=";

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

Expand Down

0 comments on commit f3876dd

Please sign in to comment.