mattermost: 7.1.7 → 7.1.8

this is a security update, see
https://mattermost.com/blog/mattermost-security-updates-7-9-2-7-8-3-esr-7-7-4-7-1-8-esr-released/
for more.
onlyoffice-nix
stuebinm 2023-04-15 19:02:42 +02:00
parent eda184ee48
commit a3689d1c76
3 changed files with 10 additions and 10 deletions

View File

@ -406,16 +406,16 @@
"mattermost-server": { "mattermost-server": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1678986564, "lastModified": 1680710455,
"narHash": "sha256-GNSLI4y9djd/3iRogp0rSvMHpFSMNBYGYzWHLNK9+Ow=", "narHash": "sha256-+OIIhoDn8Km4/xoVAUpCBkmu2hJRLpwluYnsPeTH8Qc=",
"owner": "mattermost", "owner": "mattermost",
"repo": "mattermost-server", "repo": "mattermost-server",
"rev": "cb617a246c0df27429899645f23d1c2e41d611d9", "rev": "8cf21b2ca06ebc4f26bf6ddd892650f370dd2bd3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "mattermost", "owner": "mattermost",
"ref": "v7.1.7", "ref": "v7.1.8",
"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-O7HwbgNKDlppupwd5VWuWKQPNRHidLL0echkHe4gCKU=", "narHash": "sha256-Pj7rAxuDulD24kCweydNsVg/vEAQvJPSEWRtX8cxbkg=",
"type": "tarball", "type": "tarball",
"url": "https://releases.mattermost.com/7.1.7/mattermost-7.1.7-linux-amd64.tar.gz" "url": "https://releases.mattermost.com/7.1.8/mattermost-7.1.8-linux-amd64.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://releases.mattermost.com/7.1.7/mattermost-7.1.7-linux-amd64.tar.gz" "url": "https://releases.mattermost.com/7.1.8/mattermost-7.1.8-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.7/mattermost-7.1.7-linux-amd64.tar.gz"; mattermost-webapp.url = "https://releases.mattermost.com/7.1.8/mattermost-7.1.8-linux-amd64.tar.gz";
mattermost-webapp.flake = false; mattermost-webapp.flake = false;
mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.1.7"; mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.1.8";
mattermost-server.flake = false; mattermost-server.flake = false;
nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgs.url = "nixpkgs/nixos-22.11";

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, fetchFromGitHub, buildGo118Module, buildEnv, lib, sources }: { stdenv, fetchurl, fetchFromGitHub, buildGo118Module, buildEnv, lib, sources }:
let let
version = "7.1.7"; version = "7.1.8";
mattermost-server = buildGo118Module rec { mattermost-server = buildGo118Module rec {
pname = "mattermost-server"; pname = "mattermost-server";