mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
mattermostLatest: 10.8.0 -> 10.8.1
Fixes MMSA-2025-00491 (rated as a critical vuln).
This commit is contained in:
parent
0c65612e31
commit
45e21093c3
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ mattermost.override {
|
||||||
# and make sure the version regex is up to date here.
|
# and make sure the version regex is up to date here.
|
||||||
# Ensure you also check ../mattermost/package.nix for ESR releases.
|
# Ensure you also check ../mattermost/package.nix for ESR releases.
|
||||||
regex = "^v(10\\.[0-9]+\\.[0-9]+)$";
|
regex = "^v(10\\.[0-9]+\\.[0-9]+)$";
|
||||||
version = "10.8.0";
|
version = "10.8.1";
|
||||||
srcHash = "sha256-JfMQXwRXb3KdZssi5z4KU+X6oBu4+SZRN7KeCBd2Q1E=";
|
srcHash = "sha256-bgXdLCH/lL9LFPfFk5uwdd61+fnG/WrzftWWH+BNcTY=";
|
||||||
vendorHash = "sha256-K51Ps1hvi4O0sCYAiAhYHJa2Igpt1dF16VUJPA3S3XA=";
|
vendorHash = "sha256-OJCVcD/k3AuZJzsJsayw413mTwIaodd+iHqy5akNDSw=";
|
||||||
npmDepsHash = "sha256-iddiDUXW9o6bCvswxCQTk9GbaZ1Kk0RN7RY9dPrClXQ=";
|
npmDepsHash = "sha256-iddiDUXW9o6bCvswxCQTk9GbaZ1Kk0RN7RY9dPrClXQ=";
|
||||||
lockfileOverlay = ''
|
lockfileOverlay = ''
|
||||||
unlock(.; "@floating-ui/react"; "channels/node_modules/@floating-ui/react")
|
unlock(.; "@floating-ui/react"; "channels/node_modules/@floating-ui/react")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue