Skip to content

Commit

Permalink
Merge pull request #110498 from r-ryantm/auto-update/matrix-corporal
Browse files Browse the repository at this point in the history
matrix-corporal: 2.0.1 -> 2.1.0
  • Loading branch information
ryantm committed Jan 22, 2021
2 parents 7c0db07 + 67dadd7 commit ffdc288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/matrix-corporal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

buildGoModule rec {
pname = "matrix-corporal";
version = "2.0.1";
version = "2.1.0";

src = fetchFromGitHub {
owner = "devture";
repo = pname;
rev = version;
sha256 = "1n8yjmy3j0spgwpxgc26adhpl52fm3d2xbmkf5n9dwzw29grv68r";
sha256 = "sha256-u1ppwy+t2ewAH0/+R6e0Ja5A3PQG/lUy2b6kgcMVj8E=";
};

buildFlagsArray = [
"-ldflags=-s -w -X main.GitCommit=${version} -X main.GitBranch=${version} -X main.GitState=nixpkgs -X main.GitSummary=${version} -X main.Version=${version}"
];

vendorSha256 = "1gi6mff6h0fkgfq5yybd1qcy2qwrvc4kzi11x7arfl9nr0d24rb2";
vendorSha256 = "sha256-YmUiGsg2UZfV6SHEPwnbmWPhGQ5teV+we9MBaJyrJr4=";

meta = with lib; {
homepage = "https://github.com/devture/matrix-corporal";
Expand Down

0 comments on commit ffdc288

Please sign in to comment.