mattermost 7.8.10 → 7.8.11

(another security update)
onlyoffice-nix
stuebinm 2023-09-20 00:33:36 +02:00
parent d7d15f4b0b
commit 4fb06c3e10
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": 1693578455, "lastModified": 1694096069,
"narHash": "sha256-6TUgtXfOgOasdchPu3o9fYSFMlQs71wL/lVoXVKy+Wc=", "narHash": "sha256-uelgzPj05e7rpEJUHzcZXQ6a+2fSkzQxHNyUd1pocGA=",
"owner": "mattermost", "owner": "mattermost",
"repo": "mattermost-server", "repo": "mattermost-server",
"rev": "ccceee77061add55f4ff849d5505fdb3e46b30e2", "rev": "58a74d76295680a5bb684f795e21970ab53fee1d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "mattermost", "owner": "mattermost",
"ref": "v7.8.10", "ref": "v7.8.11",
"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-JCdS7xQWAXFtfMigI1c9aq1xd8p8L7t6C/4rlUck09o=", "narHash": "sha256-rylGy/UGdRm6A4vVrBArkcIfQV60bYWV7Kva36UPDwQ=",
"type": "tarball", "type": "tarball",
"url": "https://releases.mattermost.com/7.8.10/mattermost-7.8.10-linux-amd64.tar.gz" "url": "https://releases.mattermost.com/7.8.11/mattermost-7.8.11-linux-amd64.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://releases.mattermost.com/7.8.10/mattermost-7.8.10-linux-amd64.tar.gz" "url": "https://releases.mattermost.com/7.8.11/mattermost-7.8.11-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.8.10/mattermost-7.8.10-linux-amd64.tar.gz"; mattermost-webapp.url = "https://releases.mattermost.com/7.8.11/mattermost-7.8.11-linux-amd64.tar.gz";
mattermost-webapp.flake = false; mattermost-webapp.flake = false;
mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.8.10"; mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.8.11";
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.8.10"; version = "7.8.11";
mattermost-server = buildGo118Module rec { mattermost-server = buildGo118Module rec {
pname = "mattermost-server"; pname = "mattermost-server";