Skip to content

Commit

Permalink
tegola: 0.21.0 → 0.21.2 (#374957)
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Jan 20, 2025
2 parents 9ce7b0a + 47a666c commit d803156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/tegola/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
fetchFromGitHub,
}:
let
version = "0.21.0";
version = "0.21.2";

src = fetchFromGitHub {
owner = "go-spatial";
repo = "tegola";
tag = "v${version}";
hash = "sha256-EXCh+5t2+7j/huIKUWOqG7u+Lo4eziyvPkDGpw3xaO8=";
hash = "sha256-aJCxxeewOm7DOHmehnsDKoQPwPnUMsjVit41ccY6tLg=";
};

frontend = buildNpmPackage {
Expand All @@ -20,7 +20,7 @@ let

src = "${src}/ui";

npmDepsHash = "sha256-rhUdWt1X5/F0uvT8gI1T9ei6Y+HK1tKj2fuTKlMAwJk=";
npmDepsHash = "sha256-DHJ+l3ceLieGG97kH1ri+7yZAv7R2lVYRdBhjXCy/iM=";

installPhase = ''
cp -r dist $out
Expand Down

0 comments on commit d803156

Please sign in to comment.