Skip to content

Commit

Permalink
mattermost: 9.5.10 -> 9.5.11
Browse files Browse the repository at this point in the history
Fixes MMSA-2024-00370; see:
https://mattermost.com/security-updates/

(cherry picked from commit d5ac04f)
  • Loading branch information
numinit committed Oct 17, 2024
1 parent 84c2b04 commit 332dfb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/mattermost/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.10";
version = "9.5.11";

src = fetchFromGitHub {
owner = "mattermost";
repo = "mattermost";
rev = "v${version}";
hash = "sha256-KUauFuRlOxBNNqE88pv5j0afEYQOZG6kWuyHnzg5qwQ=";
hash = "sha256-kPsBQjBMHxh5EGTFPNceE51nSEKSu6ieifIAV8PjpAc=";
};

# Needed because buildGoModule does not support go workspaces yet.
Expand All @@ -34,7 +34,7 @@ buildGoModule rec {

webapp = fetchurl {
url = "https://releases.mattermost.com/${version}/mattermost-${version}-linux-amd64.tar.gz";
hash = "sha256-psGNLmiT60HknrwESjztlr8NUPPnHsNmSTaRJ0RRqBE=";
hash = "sha256-dRB0CqUoEIkCDlH/vcn/S1TLlhz9iWp61WM2kk+ToZk=";
};

# Makes nix-update-script pick up the fetchurl for the webapp.
Expand Down

0 comments on commit 332dfb4

Please sign in to comment.