Skip to content

Commit

Permalink
mautrix-signal: 0.7.3 -> 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Dec 22, 2024
1 parent ad10a09 commit 7095247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/mautrix-signal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

buildGoModule rec {
pname = "mautrix-signal";
version = "0.7.3";
version = "0.7.4";

src = fetchFromGitHub {
owner = "mautrix";
repo = "signal";
rev = "v${version}";
hash = "sha256-VU0VZkh1sjOuSI+/JXZKWQF5pZ3NebBFbDdsOgaocg4=";
hash = "sha256-1UI2oYDnmwy9+URBMA2yTBMEoFsE8qnkhn7E0l/lOTs=";
};

buildInputs =
Expand All @@ -38,7 +38,7 @@ buildGoModule rec {

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

vendorHash = "sha256-fERAigormEy6+240AOkMyrjMDj5/eU0Lo4wD0AuAn+4=";
vendorHash = "sha256-ADuW6KMNUwJeGqFlQsJ8qSI0alPQpSAFx1zrhwsAmsI=";

doCheck = true;
preCheck =
Expand Down

0 comments on commit 7095247

Please sign in to comment.