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!
onlyoffice-nix
stuebinm 2023-03-24 03:49:37 +01:00
parent fb3c1b0a96
commit 8d9df0e20e
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": 1670418889, "lastModified": 1678986564,
"narHash": "sha256-rCTLA3MPFcDJ88n8B595/WwNUT5c1wNuCwTrcWSHzFU=", "narHash": "sha256-GNSLI4y9djd/3iRogp0rSvMHpFSMNBYGYzWHLNK9+Ow=",
"owner": "mattermost", "owner": "mattermost",
"repo": "mattermost-server", "repo": "mattermost-server",
"rev": "7a6d9432c216f5868c9ca29b86083cdee7df75f6", "rev": "cb617a246c0df27429899645f23d1c2e41d611d9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "mattermost", "owner": "mattermost",
"ref": "v7.1.5", "ref": "v7.1.7",
"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-DYHHv5Bivk7yanRyl7ccD33ohgp8/J66xVXZs9NZmnU=", "narHash": "sha256-O7HwbgNKDlppupwd5VWuWKQPNRHidLL0echkHe4gCKU=",
"type": "tarball", "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": { "original": {
"type": "tarball", "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": { "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.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-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; 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.4"; version = "7.1.7";
mattermost-server = buildGo118Module rec { mattermost-server = buildGo118Module rec {
pname = "mattermost-server"; pname = "mattermost-server";