Skip to content

Commit

Permalink
Merge pull request NixOS#273787 from sinanmohd/update-dendrite
Browse files Browse the repository at this point in the history
dendrite: 0.13.4 -> 0.13.5
  • Loading branch information
NickCao authored Dec 15, 2023
2 parents 0e4f9ff + 8a8994c commit 9236780
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 @@ -10,16 +10,16 @@

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

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

vendorHash = "sha256-M7ogR1ya+sqlWVQpaXlvJy9YwhdM4XBDw8e2ZBPvEGY=";
vendorHash = "sha256-eFoXUroJgrstNYjSYsP6o0vTEW2k/+6JjyVn6bb4um8=";

subPackages = [
# The server
Expand Down

0 comments on commit 9236780

Please sign in to comment.