From d49c2ece4a7b4d217db376853db674e7280abb29 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 30 Jan 2022 00:33:54 +0300 Subject: [PATCH] =?UTF-8?q?t-rex:=200.14.3-beta4=20=E2=86=92=200.14.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/servers/t-rex/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/servers/t-rex/default.nix b/pkgs/servers/t-rex/default.nix index 8475d5df4d97..551282b60586 100644 --- a/pkgs/servers/t-rex/default.nix +++ b/pkgs/servers/t-rex/default.nix @@ -2,17 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "t-rex"; - version = "0.14.3-beta4"; + version = "0.14.3"; src = fetchFromGitHub { owner = "t-rex-tileserver"; repo = pname; rev = "v${version}"; - hash = "sha256-EG/nnHxnBwlxreJ+RWHvKqLpaVtlU95+YTJynEnypOE="; - + hash = "sha256-LUVk5li2cl/LKbhKOh6Bbwav0GEuI/vUbDPLn7NSRIs="; }; - cargoHash = "sha256-noDZNFZlfX6lZ4czsSrHXe7xbBLTD0Gz8i5EyfEp8lc="; + cargoHash = "sha256-I4QmjTTKUp9iugEwzM0xCcNLvF5ozeBdYmbi8sytY88="; nativeBuildInputs = [ pkg-config ]; @@ -21,6 +20,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Vector tile server specialized on publishing MVT tiles"; homepage = "https://t-rex.tileserver.ch/"; + changelog = "https://github.com/t-rex-tileserver/t-rex/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix;