services/mattermost: security update 7.1.4 → 7.1.5

nextcloud-docs-on-website
stuebinm 2023-01-02 22:51:16 +01:00
parent 1a54dbd191
commit eb7183ac54
2 changed files with 9 additions and 9 deletions

View File

@ -406,16 +406,16 @@
"mattermost-server": { "mattermost-server": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1665501838, "lastModified": 1670418889,
"narHash": "sha256-7BKpxb8ELV430vm/h7YzB2D5n1qqm6/LGfhJ3zIguVc=", "narHash": "sha256-rCTLA3MPFcDJ88n8B595/WwNUT5c1wNuCwTrcWSHzFU=",
"owner": "mattermost", "owner": "mattermost",
"repo": "mattermost-server", "repo": "mattermost-server",
"rev": "3341b6c2baaa1dc0981f2b27e4027522066be28c", "rev": "7a6d9432c216f5868c9ca29b86083cdee7df75f6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "mattermost", "owner": "mattermost",
"ref": "v7.1.4", "ref": "v7.1.5",
"repo": "mattermost-server", "repo": "mattermost-server",
"type": "github" "type": "github"
} }
@ -423,13 +423,13 @@
"mattermost-webapp": { "mattermost-webapp": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-l/it3kxwv4EStNEWegXV/5a+CMdYxVU7iTh1rlji1Ws=", "narHash": "sha256-DYHHv5Bivk7yanRyl7ccD33ohgp8/J66xVXZs9NZmnU=",
"type": "tarball", "type": "tarball",
"url": "https://releases.mattermost.com/7.1.4/mattermost-7.1.4-linux-amd64.tar.gz" "url": "https://releases.mattermost.com/7.1.5/mattermost-7.1.5-linux-amd64.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://releases.mattermost.com/7.1.4/mattermost-7.1.4-linux-amd64.tar.gz" "url": "https://releases.mattermost.com/7.1.5/mattermost-7.1.5-linux-amd64.tar.gz"
} }
}, },
"nix-doom-emacs": { "nix-doom-emacs": {

View File

@ -2,9 +2,9 @@
description = "hacc infra stuff"; description = "hacc infra stuff";
inputs = { inputs = {
mattermost-webapp.url = "https://releases.mattermost.com/7.1.4/mattermost-7.1.4-linux-amd64.tar.gz"; mattermost-webapp.url = "https://releases.mattermost.com/7.1.5/mattermost-7.1.5-linux-amd64.tar.gz";
mattermost-webapp.flake = false; mattermost-webapp.flake = false;
mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.1.4"; mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.1.5";
mattermost-server.flake = false; mattermost-server.flake = false;
nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgs.url = "nixpkgs/nixos-22.11";