{mattermost,mattermostLatest}: fix string escapes
This commit is contained in:
parent
8c0035ae8f
commit
33986ca158
@ -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=";
|
||||
|
||||
@ -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=";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user