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