mattermost 8.1.6 → 8.1.7

This commit is contained in:
stuebinm 2023-12-03 19:26:57 +01:00
parent 9d187d212a
commit 01d972c9ed
3 changed files with 11 additions and 11 deletions

View file

@ -496,16 +496,16 @@
"mattermost-server": { "mattermost-server": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1699473143, "lastModified": 1701211274,
"narHash": "sha256-vJ5+ZiA7bOKvA2VMMIOkIEKz/XN/m/cQViJgKlyHUp0=", "narHash": "sha256-ZpjdJ1Uck0kM+togUKpxRij8V0jQX+12Meks+L1Tc90=",
"owner": "mattermost", "owner": "mattermost",
"repo": "mattermost-server", "repo": "mattermost-server",
"rev": "04849fd3c8705e64b6fe223716ff38f20a5b1e40", "rev": "77aeda5cedc8ef60d06da024202b8c7999efd671",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "mattermost", "owner": "mattermost",
"ref": "v8.1.6", "ref": "v8.1.7",
"repo": "mattermost-server", "repo": "mattermost-server",
"type": "github" "type": "github"
} }
@ -513,14 +513,14 @@
"mattermost-webapp": { "mattermost-webapp": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1699474045, "lastModified": 1701212296,
"narHash": "sha256-DTElm+9TnLoZz3ilQ9LK6E65OlrtSElkkOy56XT6+c0=", "narHash": "sha256-AZGnnpr99d/r6+dCG7ZMcrRnebuHJNykZ02Tu/LfD4o=",
"type": "tarball", "type": "tarball",
"url": "https://releases.mattermost.com/8.1.6/mattermost-8.1.6-linux-amd64.tar.gz" "url": "https://releases.mattermost.com/8.1.7/mattermost-8.1.7-linux-amd64.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://releases.mattermost.com/8.1.6/mattermost-8.1.6-linux-amd64.tar.gz" "url": "https://releases.mattermost.com/8.1.7/mattermost-8.1.7-linux-amd64.tar.gz"
} }
}, },
"napalm": { "napalm": {

View file

@ -2,9 +2,9 @@
description = "hacc infra stuff"; description = "hacc infra stuff";
inputs = { inputs = {
mattermost-webapp.url = "https://releases.mattermost.com/8.1.6/mattermost-8.1.6-linux-amd64.tar.gz"; mattermost-webapp.url = "https://releases.mattermost.com/8.1.7/mattermost-8.1.7-linux-amd64.tar.gz";
mattermost-webapp.flake = false; mattermost-webapp.flake = false;
mattermost-server.url = "github:mattermost/mattermost-server?ref=v8.1.6"; mattermost-server.url = "github:mattermost/mattermost-server?ref=v8.1.7";
mattermost-server.flake = false; mattermost-server.flake = false;
nixpkgs.url = "nixpkgs/nixos-23.11"; nixpkgs.url = "nixpkgs/nixos-23.11";

View file

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