Skip to content

Commit

Permalink
dendrite: 0.13.7 -> 0.13.8
Browse files Browse the repository at this point in the history
(cherry picked from commit 1389dc9)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Sep 19, 2024
1 parent 01c9cdd commit 3fbb64e
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.7";
version = "0.13.8";

src = fetchFromGitHub {
owner = "matrix-org";
repo = "dendrite";
rev = "v${version}";
hash = "sha256-A6rQ8zqpV6SBpiALIPMF1nZtGvUtzoiTE2Rioh3T1WA=";
hash = "sha256-zUpZdG2cdZ95L70qLG2HaUlD+G66XTi4f1V4+ZZAh30=";
};

vendorHash = "sha256-ByRCI4MuU8/ilbeNNOXSsTlBVHL5MkxLHItEGeGC9MQ=";
vendorHash = "sha256-rGOB1ikY3BgChvD1YZUF66g8P6gE29b/k9kxvHR0+WQ=";

subPackages = [
# The server
Expand Down

0 comments on commit 3fbb64e

Please sign in to comment.