mattermost 7.8.8 → 7.8.10

onlyoffice-nix
stuebinm 2023-09-06 17:02:46 +02:00
parent 6a4ff47443
commit c18215f356
3 changed files with 10 additions and 10 deletions

View File

@ -406,16 +406,16 @@
"mattermost-server": {
"flake": false,
"locked": {
"lastModified": 1688579426,
"narHash": "sha256-U12vAEyL7epfySonW1eYe2YHK2DLrKVX73ouAHysNls=",
"lastModified": 1693578455,
"narHash": "sha256-6TUgtXfOgOasdchPu3o9fYSFMlQs71wL/lVoXVKy+Wc=",
"owner": "mattermost",
"repo": "mattermost-server",
"rev": "f11ff320ca535bce41c999802d611035a3f17000",
"rev": "ccceee77061add55f4ff849d5505fdb3e46b30e2",
"type": "github"
},
"original": {
"owner": "mattermost",
"ref": "v7.8.8",
"ref": "v7.8.10",
"repo": "mattermost-server",
"type": "github"
}
@ -423,13 +423,13 @@
"mattermost-webapp": {
"flake": false,
"locked": {
"narHash": "sha256-Ref4EhkaaD6vX2y2mVBvJ+AGNh8QsjI8VfqTq1o1zew=",
"narHash": "sha256-JCdS7xQWAXFtfMigI1c9aq1xd8p8L7t6C/4rlUck09o=",
"type": "tarball",
"url": "https://releases.mattermost.com/7.8.8/mattermost-7.8.8-linux-amd64.tar.gz"
"url": "https://releases.mattermost.com/7.8.10/mattermost-7.8.10-linux-amd64.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://releases.mattermost.com/7.8.8/mattermost-7.8.8-linux-amd64.tar.gz"
"url": "https://releases.mattermost.com/7.8.10/mattermost-7.8.10-linux-amd64.tar.gz"
}
},
"nix-doom-emacs": {

View File

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

View File

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