Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ccb04ccabfbb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37ada3b994b7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 6, 2020

  1. tegola: 0.8.1 -> 0.11.2

    sikmir committed Jun 6, 2020
    Copy the full SHA
    94d7b42 View commit details
  2. Merge pull request #89608 from sikmir/tegola

    tegola: 0.8.1 -> 0.11.2
    marsam authored Jun 6, 2020
    Copy the full SHA
    37ada3b View commit details
Showing with 4 additions and 5 deletions.
  1. +4 −5 pkgs/servers/tegola/default.nix
9 changes: 4 additions & 5 deletions pkgs/servers/tegola/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,15 @@

buildGoPackage rec {
pname = "tegola";
version = "0.8.1";
rev = "8b2675a63624ad1d69a8d2c84a6a3f3933e25ca1";
version = "0.11.2";

goPackagePath = "github.com/go-spatial/tegola";

src = fetchFromGitHub {
owner = "go-spatial";
repo = "tegola";
inherit rev;
sha256 = "1f70vsrj3i1d0kg76a8s741nps71hrglgyyrz2xm6a8b31w833pi";
repo = pname;
rev = "v${version}";
sha256 = "0xrjs0py08q9i31rl0cxi6idncrrgqwcspqks3c5vd9i65yqc6fv";
};

meta = with stdenv.lib; {