We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2e095a + 4acc767 commit 238aec2Copy full SHA for 238aec2
pkgs/servers/mautrix-signal/default.nix
@@ -16,13 +16,13 @@
16
17
buildGoModule rec {
18
pname = "mautrix-signal";
19
- version = "0.7.4";
+ version = "0.7.5";
20
21
src = fetchFromGitHub {
22
owner = "mautrix";
23
repo = "signal";
24
rev = "v${version}";
25
- hash = "sha256-1UI2oYDnmwy9+URBMA2yTBMEoFsE8qnkhn7E0l/lOTs=";
+ hash = "sha256-iBZoVfHec9g+W7xaBAAew/aY9h/errwLdC05biFaZ78=";
26
};
27
28
buildInputs =
@@ -38,7 +38,7 @@ buildGoModule rec {
38
39
CGO_LDFLAGS = lib.optional withGoolm [ "-lstdc++" ];
40
41
- vendorHash = "sha256-ADuW6KMNUwJeGqFlQsJ8qSI0alPQpSAFx1zrhwsAmsI=";
+ vendorHash = "sha256-RKBewWc98+WpdpXF4QA/ULyZXDR0CKym8KdyeSMd0KA=";
42
43
doCheck = true;
44
preCheck =
0 commit comments