weblate: 5.11.1 -> 5.11.3 (#403860)

authored by Weijia Wang and committed by GitHub 24a5a710 4f4e4e3e

+3 -3
+3 -3
pkgs/by-name/we/weblate/package.nix
··· 26 26 in 27 27 python.pkgs.buildPythonApplication rec { 28 28 pname = "weblate"; 29 - version = "5.11.1"; 29 + version = "5.11.3"; 30 30 31 31 pyproject = true; 32 32 ··· 39 39 owner = "WeblateOrg"; 40 40 repo = "weblate"; 41 41 tag = "weblate-${version}"; 42 - hash = "sha256-RUyJ/QbSbxl1A7Z+sFMSz9GwTDoV3fA5w27NCJO7bRI="; 42 + hash = "sha256-FdiM6pvJhJHxJUDy17qb122fA4g0ffk6NEdvzLjKBeA="; 43 43 }; 44 44 45 45 patches = [ ··· 174 174 meta = { 175 175 description = "Web based translation tool with tight version control integration"; 176 176 homepage = "https://weblate.org/"; 177 - changelog = "https://github.com/WeblateOrg/weblate/releases/tag/weblate-${version}"; 177 + changelog = "https://github.com/WeblateOrg/weblate/releases/tag/${src.tag}"; 178 178 license = with lib.licenses; [ 179 179 gpl3Plus 180 180 mit