summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-08-29 19:17:22 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-30 21:41:40 +0000
commit41e7bbd2ddd55b66c63a30c977b59d52aececcbd (patch)
tree479aa07534d2fd34d284aaa2ae64f0025babffb1
parent[24.05] nuclei: add patch for CVE-2024-40641 (#337225) (diff)
downloadnixpkgs-41e7bbd2ddd55b66c63a30c977b59d52aececcbd.tar.gz
mattermost: 9.5.8 -> 9.5.9
(cherry picked from commit 48b042c485eee3af4bc6f338995fe45dda5d21b6)
-rw-r--r--pkgs/servers/mattermost/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/mattermost/default.nix b/pkgs/servers/mattermost/default.nix
index 666e812a691b..fd66967da051 100644
--- a/pkgs/servers/mattermost/default.nix
+++ b/pkgs/servers/mattermost/default.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.8";
+ version = "9.5.9";
src = fetchFromGitHub {
owner = "mattermost";
repo = "mattermost";
rev = "v${version}";
- hash = "sha256-WK3O1t2mMqftH8EB12g1/xzQnnmJxSsBjaGrRk0Hypw=";
+ hash = "sha256-mGTLn1aV6pB/ubqtYYF1zNRAaLj5IsdQTLhf1LzcNho=";
};
# 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-gUp/Y0hI3oZkyTnEvyNXtHtPx77MC5zz+Z4b0FdrsqM=";
+ hash = "sha256-TgaRDIxGBoow1//99bGpp91HNYgdWRnoS09EDAFcHDs=";
};
# Makes nix-update-script pick up the fetchurl for the webapp.