mattermost: 7.1.4 → 7.1.7
apparently the 7.1.x series is now old enough that even though it does still get security fixes, the mattermost team no longer mentions this on their blog, so we missed out on a couple. fun!
This commit is contained in:
parent
fb3c1b0a96
commit
8d9df0e20e
3 changed files with 10 additions and 10 deletions
14
flake.lock
14
flake.lock
|
@ -406,16 +406,16 @@
|
|||
"mattermost-server": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1670418889,
|
||||
"narHash": "sha256-rCTLA3MPFcDJ88n8B595/WwNUT5c1wNuCwTrcWSHzFU=",
|
||||
"lastModified": 1678986564,
|
||||
"narHash": "sha256-GNSLI4y9djd/3iRogp0rSvMHpFSMNBYGYzWHLNK9+Ow=",
|
||||
"owner": "mattermost",
|
||||
"repo": "mattermost-server",
|
||||
"rev": "7a6d9432c216f5868c9ca29b86083cdee7df75f6",
|
||||
"rev": "cb617a246c0df27429899645f23d1c2e41d611d9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "mattermost",
|
||||
"ref": "v7.1.5",
|
||||
"ref": "v7.1.7",
|
||||
"repo": "mattermost-server",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -423,13 +423,13 @@
|
|||
"mattermost-webapp": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"narHash": "sha256-DYHHv5Bivk7yanRyl7ccD33ohgp8/J66xVXZs9NZmnU=",
|
||||
"narHash": "sha256-O7HwbgNKDlppupwd5VWuWKQPNRHidLL0echkHe4gCKU=",
|
||||
"type": "tarball",
|
||||
"url": "https://releases.mattermost.com/7.1.5/mattermost-7.1.5-linux-amd64.tar.gz"
|
||||
"url": "https://releases.mattermost.com/7.1.7/mattermost-7.1.7-linux-amd64.tar.gz"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://releases.mattermost.com/7.1.5/mattermost-7.1.5-linux-amd64.tar.gz"
|
||||
"url": "https://releases.mattermost.com/7.1.7/mattermost-7.1.7-linux-amd64.tar.gz"
|
||||
}
|
||||
},
|
||||
"nix-doom-emacs": {
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
description = "hacc infra stuff";
|
||||
|
||||
inputs = {
|
||||
mattermost-webapp.url = "https://releases.mattermost.com/7.1.5/mattermost-7.1.5-linux-amd64.tar.gz";
|
||||
mattermost-webapp.url = "https://releases.mattermost.com/7.1.7/mattermost-7.1.7-linux-amd64.tar.gz";
|
||||
mattermost-webapp.flake = false;
|
||||
mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.1.5";
|
||||
mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.1.7";
|
||||
mattermost-server.flake = false;
|
||||
|
||||
nixpkgs.url = "nixpkgs/nixos-22.11";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl, fetchFromGitHub, buildGo118Module, buildEnv, lib, sources }:
|
||||
|
||||
let
|
||||
version = "7.1.4";
|
||||
version = "7.1.7";
|
||||
|
||||
mattermost-server = buildGo118Module rec {
|
||||
pname = "mattermost-server";
|
||||
|
|
Loading…
Reference in a new issue