tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
matrix-corporal: 2.1.0 -> 2.2.0
Daniel Olsen
4 years ago
307e6576
91ec4e28
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
matrix-corporal
default.nix
+3
-3
pkgs/servers/matrix-corporal/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "matrix-corporal";
5
5
-
version = "2.1.0";
5
5
+
version = "2.2.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "devture";
9
9
repo = pname;
10
10
rev = version;
11
11
-
sha256 = "sha256-u1ppwy+t2ewAH0/+R6e0Ja5A3PQG/lUy2b6kgcMVj8E=";
11
11
+
sha256 = "sha256-KSKPTbF1hhzLyD+iL4+hW9EuV+xFYzSzHu1DSGXWm90=";
12
12
};
13
13
14
14
ldflags = [
15
15
"-s" "-w" "-X main.GitCommit=${version}" "-X main.GitBranch=${version}" "-X main.GitState=nixpkgs" "-X main.GitSummary=${version}" "-X main.Version=${version}"
16
16
];
17
17
18
18
-
vendorSha256 = "sha256-YmUiGsg2UZfV6SHEPwnbmWPhGQ5teV+we9MBaJyrJr4=";
18
18
+
vendorSha256 = "sha256-sC9JA6VRmHGuO3anaZW2Ih5QnRrUom9IIOE7yi3TTG8=";
19
19
20
20
meta = with lib; {
21
21
homepage = "https://github.com/devture/matrix-corporal";