Skip to content

Commit

Permalink
{mattermost,mattermostLatest}: fix string escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
numinit authored and fricklerhandwerk committed Jan 20, 2025
1 parent 8c0035a commit 33986ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/ma/mattermost/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ma/mattermostLatest/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit 33986ca

Please sign in to comment.