Skip to content

Commit

Permalink
Merge pull request NixOS#263693 from r-ryantm/auto-update/dendrite
Browse files Browse the repository at this point in the history
dendrite: 0.13.3 -> 0.13.4
  • Loading branch information
NickCao authored Oct 30, 2023
2 parents 07814ce + 1252a65 commit d21a933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/dendrite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

buildGoModule rec {
pname = "matrix-dendrite";
version = "0.13.3";
version = "0.13.4";

src = fetchFromGitHub {
owner = "matrix-org";
repo = "dendrite";
rev = "v${version}";
hash = "sha256-wM9ayB3L9pc3696Ze5hVZPKGwrB5fD+64Wf8DUIjf1k=";
hash = "sha256-Hy3QuwAHmZSsjy5A/1mrmrxdtle466HsQtDat3tYS8s=";
};

vendorHash = "sha256-COljILLiAFoX8IShpAmLrxkw6yw7YQE4lpe8IR92j6g=";
vendorHash = "sha256-M7ogR1ya+sqlWVQpaXlvJy9YwhdM4XBDw8e2ZBPvEGY=";

subPackages = [
# The server
Expand Down

0 comments on commit d21a933

Please sign in to comment.