Skip to content

Commit 4acc767

Browse files
committed
mautrix-signal: 0.7.4 -> 0.7.5
1 parent eb62e6a commit 4acc767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/mautrix-signal/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
buildGoModule rec {
1818
pname = "mautrix-signal";
19-
version = "0.7.4";
19+
version = "0.7.5";
2020

2121
src = fetchFromGitHub {
2222
owner = "mautrix";
2323
repo = "signal";
2424
rev = "v${version}";
25-
hash = "sha256-1UI2oYDnmwy9+URBMA2yTBMEoFsE8qnkhn7E0l/lOTs=";
25+
hash = "sha256-iBZoVfHec9g+W7xaBAAew/aY9h/errwLdC05biFaZ78=";
2626
};
2727

2828
buildInputs =
@@ -38,7 +38,7 @@ buildGoModule rec {
3838

3939
CGO_LDFLAGS = lib.optional withGoolm [ "-lstdc++" ];
4040

41-
vendorHash = "sha256-ADuW6KMNUwJeGqFlQsJ8qSI0alPQpSAFx1zrhwsAmsI=";
41+
vendorHash = "sha256-RKBewWc98+WpdpXF4QA/ULyZXDR0CKym8KdyeSMd0KA=";
4242

4343
doCheck = true;
4444
preCheck =

0 commit comments

Comments
 (0)