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