pkgs/mattermost: 9.11.10 → 9.11.11

This commit is contained in:
stuebinm 2025-03-31 22:42:42 +02:00
parent c82590b424
commit 500f5cb615

View file

@ -12,13 +12,13 @@ buildGoModule rec {
# See https://docs.mattermost.com/upgrade/extended-support-release.html
# When a new ESR version is available (e.g. 8.1.x -> 9.5.x), update
# the version regex in passthru.updateScript as well.
version = "9.11.10";
version = "9.11.11";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mattermost";
rev = "v${version}";
hash = "sha256-GUbQY2fYm/ZKnBG12OaK9x0DyxKc7pOIJjTqW4MLgjs=";
hash = "sha256-oI58cHB+D/f4EYVdfAKiXS7b6/kkfwvULWWOmvLjyBI=";
};
# Needed because buildGoModule does not support go workspaces yet.
@ -34,7 +34,7 @@ buildGoModule rec {
webapp = fetchurl {
url = "https://releases.mattermost.com/${version}/mattermost-${version}-linux-amd64.tar.gz";
hash = "sha256-AoEj2iMnGHsJVIyYpZECY8enzc4B6ptFzo0SRAxzOGw=";
hash = "sha256-NgD+PAJJad9BoVvVbVa6eCjVA6vQ5YxKIxuByXUB6YU=";
};
vendorHash = "sha256-h/hcdVImU3wFp7BGHS/TxYBEWGv9v06y8etaz9OrHTA=";