Merge pull request #157316 from sikmir/t-rex

authored by Sandro and committed by GitHub e2a49834 a3b53988

+4 -4
+4 -4
pkgs/servers/t-rex/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "t-rex"; 5 - version = "0.14.3-beta4"; 6 7 src = fetchFromGitHub { 8 owner = "t-rex-tileserver"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-EG/nnHxnBwlxreJ+RWHvKqLpaVtlU95+YTJynEnypOE="; 12 - 13 }; 14 15 - cargoHash = "sha256-noDZNFZlfX6lZ4czsSrHXe7xbBLTD0Gz8i5EyfEp8lc="; 16 17 nativeBuildInputs = [ pkg-config ]; 18 ··· 21 meta = with lib; { 22 description = "Vector tile server specialized on publishing MVT tiles"; 23 homepage = "https://t-rex.tileserver.ch/"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ sikmir ]; 26 platforms = platforms.unix;
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "t-rex"; 5 + version = "0.14.3"; 6 7 src = fetchFromGitHub { 8 owner = "t-rex-tileserver"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-LUVk5li2cl/LKbhKOh6Bbwav0GEuI/vUbDPLn7NSRIs="; 12 }; 13 14 + cargoHash = "sha256-I4QmjTTKUp9iugEwzM0xCcNLvF5ozeBdYmbi8sytY88="; 15 16 nativeBuildInputs = [ pkg-config ]; 17 ··· 20 meta = with lib; { 21 description = "Vector tile server specialized on publishing MVT tiles"; 22 homepage = "https://t-rex.tileserver.ch/"; 23 + changelog = "https://github.com/t-rex-tileserver/t-rex/blob/v${version}/CHANGELOG.md"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ sikmir ]; 26 platforms = platforms.unix;