{mattermost,mattermostLatest}: fix string escapes

This commit is contained in:
Morgan Jones 2025-01-19 12:49:30 -08:00 committed by Valentin Gagarin
parent 8c0035ae8f
commit 33986ca158
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# the version regex here as well.
#
# Ensure you also check ../mattermostLatest/package.nix.
regex = "^v(9\.11\.[0-9]+)$";
regex = "^v(9\\.11\\.[0-9]+)$";
version = "9.11.7";
srcHash = "sha256-KeGpYy3jr7/B2mtBk9em2MXJBJR2+Wajmvtz/yT4SG8=";
vendorHash = "sha256-alLPBfnA1o6bUUgPRqvYW/98UKR9wltmFTzKIGtVEm4=";

View File

@ -10,7 +10,7 @@ mattermost.override {
# See https://docs.mattermost.com/about/mattermost-server-releases.html
# and make sure the version regex is up to date here.
# 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.4.1";
srcHash = "sha256-e7uT30tWhJpEQzlcDUY2huFcupDbe4l8B19Dgub2pg0=";
vendorHash = "sha256-AcemUxcBoytE/ZoXqaIlxkzAnmGV/C1laDqziMuE+XE=";