File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55} :
66buildGoModule 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}
You can’t perform that action at this time.
0 commit comments