From 5b3c5a039b3c9ce571fbe02931bce5eecc2fff1e Mon Sep 17 00:00:00 2001 From: Gitea Bot Date: Thu, 27 Apr 2023 12:59:58 +0000 Subject: [PATCH] Update mautrix-discord --- matrix/mautrix-discord/gomod2nix.toml | 4 ++-- matrix/mautrix-discord/source.json | 8 ++++---- overlay.nix | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/matrix/mautrix-discord/gomod2nix.toml b/matrix/mautrix-discord/gomod2nix.toml index 0f842e6..230332e 100644 --- a/matrix/mautrix-discord/gomod2nix.toml +++ b/matrix/mautrix-discord/gomod2nix.toml @@ -2,8 +2,8 @@ schema = 3 [mod] [mod."github.com/bwmarrin/discordgo"] - version = "v0.0.0-20230425174737-526618ee92f8" - hash = "sha256-MBl+6Wq6BoRLYXgYc+X9VoJzMvqkfyvyA9VVphydWeo=" + version = "v0.0.0-20230426180404-ce66567c447b" + hash = "sha256-VkmvJjUtyvb/EpwIWqXT5NvGDEsXfktYOWv5MPveaks=" replaced = "github.com/beeper/discordgo" [mod."github.com/coreos/go-systemd/v22"] version = "v22.5.0" diff --git a/matrix/mautrix-discord/source.json b/matrix/mautrix-discord/source.json index f408f3b..c92bc45 100644 --- a/matrix/mautrix-discord/source.json +++ b/matrix/mautrix-discord/source.json @@ -1,9 +1,9 @@ { "url": "https://github.com/mautrix/discord", - "rev": "f6f6ed29ecee4d901b4e914b2b9e5525abb35721", - "date": "2023-04-26T01:39:17+03:00", - "path": "/nix/store/vzg3pcsn6wqb0f0x1jibkz83q7phzqqn-discord", - "sha256": "1d732jaxg5xphzy1j21y0kaj6i6739035bc94q7hvxs5agx78xi2", + "rev": "3e1d1740f7d8f7ffd5c287b83a800f7e9251c8cd", + "date": "2023-04-26T21:19:06+03:00", + "path": "/nix/store/m530f1c8ar6m1lk5g886kkpiiikkav5p-discord", + "sha256": "1mvjksb2444vm8mszrrl44hjar17sijh8c9ndmd0i47200mzn1rm", "fetchLFS": false, "fetchSubmodules": false, "deepClone": false, diff --git a/overlay.nix b/overlay.nix index 5f3bd8f..392f631 100644 --- a/overlay.nix +++ b/overlay.nix @@ -83,7 +83,7 @@ system: self: super: let }); hydra-unstable = self.hydra; wordpress-plugins = self.callPackage ./web/wordpress-plugins {}; - wordpress-themes = self.callPackage ./web/wordpress-themes {}; + wordpress-themes = self.callPackage ./web/wordpress-themes {}; }) riscv-overlay ];