Skip to content

Commit

Permalink
[mautrix-gmessages] 0.5.1 -> 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
George Macon committed Nov 21, 2024
1 parent 96e8077 commit 796fbb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/mautrix-gmessages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
}:
buildGoModule rec {
pname = "mautrix-gmessages";
version = "0.5.1";
version = "0.5.2";

src = fetchFromGitHub {
owner = "mautrix";
repo = "gmessages";
rev = "v${version}";
hash = "sha256-c84LVA3BS6JKOA+43BZkc8sAoLThx8ARyVgsy99oWOk=";
hash = "sha256-3sx2XxzH/cj2zJIkV9QKKVadxSWwf4YZbdg3p4repqs=";
};

vendorHash = "sha256-yTqGY5BAOdRnHpmLvziLWXdcPf6kfRuIWSmwa5ac2ls=";
vendorHash = "sha256-8KexkPsRqzlVeYMF0dVgDMS38zQ3i+erQgsdgHDOCF0=";

ldflags = [ "-X main.Tag=${src.rev}" ];

Expand Down

0 comments on commit 796fbb2

Please sign in to comment.