mattermostLatest: 10.5.1 -> 10.6.0

This commit is contained in:
R. Ryantm
2025-03-13 17:15:06 +00:00
parent 573c650e8a
commit 7f095105d1
+4 -4
View File
@@ -11,10 +11,10 @@ mattermost.override {
# 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]+)$";
version = "10.5.1";
srcHash = "sha256-Hkv5jaWzJ5NjLR5/XH2kqaGlJGIluFDhXEatQd6Tthg=";
vendorHash = "sha256-7jghoXFKA+WZ/ywOT0wWDMTfqAcBqp5gswOvpB7weL0=";
npmDepsHash = "sha256-sPR08IUjAJ28MbAC065IZpqtk0aZ6rjN063NpZHVmnw=";
version = "10.6.0";
srcHash = "sha256-GnXxhhbOKJezUAyKRBbn5IE22gzsn80mwnPANOT9Qu4=";
vendorHash = "sha256-wj+bAQNJSs9m2SSfl+Ipm965iAhKQ2v1iMjH7I79qf4=";
npmDepsHash = "sha256-MdLfjLmizFbLfSqOdAZ+euXomB2ZPjZOqspQYnyHcuk=";
lockfileOverlay = ''
unlock(.; "@floating-ui/react"; "channels/node_modules/@floating-ui/react")
'';