Commit 33986ca1 authored by Morgan Jones's avatar Morgan Jones Committed by Valentin Gagarin
Browse files

{mattermost,mattermostLatest}: fix string escapes

parent 8c0035ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";
+1 −1
Original line number Diff line number Diff line
@@ -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=";