From 34a27e9dc858d1c1ecdf7b84fed0837494f022c8 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 26 Jul 2024 17:13:06 +0200 Subject: [PATCH] =?UTF-8?q?mattermost=209.5.7=20=E2=86=92=209.5.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is a security release. announcement by upstream: Link: https://mattermost.com/blog/mattermost-security-updates-9-10-1-9-9-2-9-8-3-9-5-8-esr-released/ --- pkgs/mattermost.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/mattermost.nix b/pkgs/mattermost.nix index 9f011cb..eb2ee6e 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.5.7"; + version = "9.5.8"; src = fetchFromGitHub { owner = "mattermost"; repo = "mattermost"; rev = "v${version}"; - hash = "sha256-tVjaqRMyAA7BiP7M+k3xrvNbcPVwhbOoJiFJLD3tDO8="; + hash = "sha256-WK3O1t2mMqftH8EB12g1/xzQnnmJxSsBjaGrRk0Hypw="; }; # 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-xt+lh2u5SUogRJstXHmw9Yj11qRqlrbC4dBCWysGaP4="; + hash = "sha256-gUp/Y0hI3oZkyTnEvyNXtHtPx77MC5zz+Z4b0FdrsqM="; }; vendorHash = "sha256-TJCtgNf56A1U0EbV5gXjTro+YudVBRWiSZoBC3nJxnE=";