mattermost 7.8.5 → 7.8.7
This commit is contained in:
parent
2d542e9167
commit
109aada070
3 changed files with 10 additions and 10 deletions
14
flake.lock
14
flake.lock
|
@ -406,16 +406,16 @@
|
||||||
"mattermost-server": {
|
"mattermost-server": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1683810279,
|
"lastModified": 1686859677,
|
||||||
"narHash": "sha256-qC6tJcWruiTbWXKuACuhl0kwbRdPVXfUlaFJx4DiQgE=",
|
"narHash": "sha256-iO46s0ky6S+Mjyb+BsY8ESFr83/Oj55Z7naBwANacmI=",
|
||||||
"owner": "mattermost",
|
"owner": "mattermost",
|
||||||
"repo": "mattermost-server",
|
"repo": "mattermost-server",
|
||||||
"rev": "bcd5477a3f6eebc222b1378059e842b6d33e9eb2",
|
"rev": "9c1ca9e7239b14ca3a6872bdf2f22e3bc6126985",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "mattermost",
|
"owner": "mattermost",
|
||||||
"ref": "v7.8.5",
|
"ref": "v7.8.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-IkOVU6/wYYqHcpAC23Yz4e2LCSPYvb7LHya6MUCn/+w=",
|
"narHash": "sha256-kqGXnThTE/a6bkjLujqJWWRVYffpJ1Wt7tE1tYw9Apg=",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://releases.mattermost.com/7.8.5/mattermost-7.8.5-linux-amd64.tar.gz"
|
"url": "https://releases.mattermost.com/7.8.7/mattermost-7.8.7-linux-amd64.tar.gz"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://releases.mattermost.com/7.8.5/mattermost-7.8.5-linux-amd64.tar.gz"
|
"url": "https://releases.mattermost.com/7.8.7/mattermost-7.8.7-linux-amd64.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nix-doom-emacs": {
|
"nix-doom-emacs": {
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
description = "hacc infra stuff";
|
description = "hacc infra stuff";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
mattermost-webapp.url = "https://releases.mattermost.com/7.8.5/mattermost-7.8.5-linux-amd64.tar.gz";
|
mattermost-webapp.url = "https://releases.mattermost.com/7.8.7/mattermost-7.8.7-linux-amd64.tar.gz";
|
||||||
mattermost-webapp.flake = false;
|
mattermost-webapp.flake = false;
|
||||||
mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.8.5";
|
mattermost-server.url = "github:mattermost/mattermost-server?ref=v7.8.7";
|
||||||
mattermost-server.flake = false;
|
mattermost-server.flake = false;
|
||||||
|
|
||||||
nixpkgs.url = "nixpkgs/nixos-22.11";
|
nixpkgs.url = "nixpkgs/nixos-22.11";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, fetchFromGitHub, buildGo118Module, buildEnv, lib, sources }:
|
{ stdenv, fetchurl, fetchFromGitHub, buildGo118Module, buildEnv, lib, sources }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "7.8.5";
|
version = "7.8.7";
|
||||||
|
|
||||||
mattermost-server = buildGo118Module rec {
|
mattermost-server = buildGo118Module rec {
|
||||||
pname = "mattermost-server";
|
pname = "mattermost-server";
|
||||||
|
|
Loading…
Reference in a new issue