mautrix-signal: 26.02 -> 26.02.2

This commit is contained in:
SchweGELBin
2026-03-12 10:34:05 +01:00
parent 093aaa638a
commit 60a60d2e3d
+3 -3
View File
@@ -20,14 +20,14 @@ let
in
buildGoModule rec {
pname = "mautrix-signal";
version = "26.02";
tag = "v0.2602.0";
version = "26.02.2";
tag = "v0.2602.2";
src = fetchFromGitHub {
owner = "mautrix";
repo = "signal";
inherit tag;
hash = "sha256-FWFAH+jtPdLG9vJS4QXpFjsGWUzILW17WRFyfdnFlAE=";
hash = "sha256-+VhplU/7FR8itvjqsn4wwfUlDiIQZmhXgh8rNm/mjS8=";
};
buildInputs =