Skip to content

Commit

Permalink
Merge pull request NixOS#259560 from LeSuisse/mattermost-8.1.3
Browse files Browse the repository at this point in the history
mattermost: 8.1.2 -> 8.1.3
  • Loading branch information
fabianhjr authored Oct 8, 2023
2 parents 4873e61 + a0603a5 commit 398ccb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/mattermost/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@

buildGoModule rec {
pname = "mattermost";
version = "8.1.2";
version = "8.1.3";

src = fetchFromGitHub {
owner = "mattermost";
repo = "mattermost";
rev = "v${version}";
hash = "sha256-hOt3xqrCs7akWyCv/6keiZN0ReF2adwiQNVibKFG3mk=";
hash = "sha256-Xcg24hnQqrq/hW+tlzpdNUmvrC/3zIXzyi2ZkU1a96U=";
} + "/server";

webapp = fetchurl {
url = "https://releases.mattermost.com/${version}/mattermost-${version}-linux-amd64.tar.gz";
hash = "sha256-cIfUIGp51dyfmY3LnV+1F9CX+y5XyTCez6R8TLLz9fo=";
hash = "sha256-FXc0W3W05Hx8jdNHHjRXTcfKw8j6rRZbn2TTEKx/UfU=";
};

vendorHash = "sha256-3OZUWg4e2h7g15FXxiFKk2EXceHP4phBTpyy/uY2Ni4=";
vendorHash = "sha256-uHKd8shLDVd+zjRhEJcxAn+H9e9jqEM8XXqYx7B4hiQ=";

subPackages = [ "cmd/mattermost" ];

Expand Down

0 comments on commit 398ccb4

Please sign in to comment.