From 6cd10a640ce73378e12246bb500952c09427dfd6 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 27 Sep 2024 15:22:05 +0200 Subject: [PATCH] =?UTF-8?q?mattermost:=209.11.1=20=E2=86=92=209.11.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is a security release. announcement by upstream: https://mattermost.com/blog/mattermost-security-updates-9-11-2-esr-9-10-3-9-5-10-esr-released/ --- pkgs/mattermost.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/mattermost.nix b/pkgs/mattermost.nix index 0b4e3f5..6ee9890 100644 --- a/pkgs/mattermost.nix +++ b/pkgs/mattermost.nix @@ -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.1"; + version = "9.11.2"; src = fetchFromGitHub { owner = "mattermost"; repo = "mattermost"; rev = "v${version}"; - hash = "sha256-hRheF8ZF/Ai/jPmV4XrBwImNWHJ99ufXFc+IpWNVZMM="; + hash = "sha256-n4jXc9cxSL98nvhGsFd861xPyXfsHHrVIhhhbsaIbag="; }; # Needed because buildGoModule does not support go workspaces yet. @@ -34,10 +34,10 @@ buildGoModule rec { webapp = fetchurl { url = "https://releases.mattermost.com/${version}/mattermost-${version}-linux-amd64.tar.gz"; - hash = "sha256-FgRZKKiChkMijsUz/OmYxTR/mRZ59VGkL+iNul8kDZY="; + hash = "sha256-tW59EsiiGMx5Cb0rwt0qH2hEpVN8ILCRoR8KgFyD/pI="; }; - vendorHash = "sha256-0rxLt2ODlGsC3z5qw7m7QsverKrTtWicnHep4+fDD3M="; + vendorHash = "sha256-Gwv6clnq7ihoFC8ox8iEM5xp/us9jWUrcmqA9/XbxBE="; modRoot = "./server"; preBuild = ''