Update mautrix-discord
This commit is contained in:
parent
00180b2868
commit
5b3c5a039b
3 changed files with 7 additions and 7 deletions
|
@ -2,8 +2,8 @@ schema = 3
|
||||||
|
|
||||||
[mod]
|
[mod]
|
||||||
[mod."github.com/bwmarrin/discordgo"]
|
[mod."github.com/bwmarrin/discordgo"]
|
||||||
version = "v0.0.0-20230425174737-526618ee92f8"
|
version = "v0.0.0-20230426180404-ce66567c447b"
|
||||||
hash = "sha256-MBl+6Wq6BoRLYXgYc+X9VoJzMvqkfyvyA9VVphydWeo="
|
hash = "sha256-VkmvJjUtyvb/EpwIWqXT5NvGDEsXfktYOWv5MPveaks="
|
||||||
replaced = "github.com/beeper/discordgo"
|
replaced = "github.com/beeper/discordgo"
|
||||||
[mod."github.com/coreos/go-systemd/v22"]
|
[mod."github.com/coreos/go-systemd/v22"]
|
||||||
version = "v22.5.0"
|
version = "v22.5.0"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"url": "https://github.com/mautrix/discord",
|
"url": "https://github.com/mautrix/discord",
|
||||||
"rev": "f6f6ed29ecee4d901b4e914b2b9e5525abb35721",
|
"rev": "3e1d1740f7d8f7ffd5c287b83a800f7e9251c8cd",
|
||||||
"date": "2023-04-26T01:39:17+03:00",
|
"date": "2023-04-26T21:19:06+03:00",
|
||||||
"path": "/nix/store/vzg3pcsn6wqb0f0x1jibkz83q7phzqqn-discord",
|
"path": "/nix/store/m530f1c8ar6m1lk5g886kkpiiikkav5p-discord",
|
||||||
"sha256": "1d732jaxg5xphzy1j21y0kaj6i6739035bc94q7hvxs5agx78xi2",
|
"sha256": "1mvjksb2444vm8mszrrl44hjar17sijh8c9ndmd0i47200mzn1rm",
|
||||||
"fetchLFS": false,
|
"fetchLFS": false,
|
||||||
"fetchSubmodules": false,
|
"fetchSubmodules": false,
|
||||||
"deepClone": false,
|
"deepClone": false,
|
||||||
|
|
|
@ -83,7 +83,7 @@ system: self: super: let
|
||||||
});
|
});
|
||||||
hydra-unstable = self.hydra;
|
hydra-unstable = self.hydra;
|
||||||
wordpress-plugins = self.callPackage ./web/wordpress-plugins {};
|
wordpress-plugins = self.callPackage ./web/wordpress-plugins {};
|
||||||
wordpress-themes = self.callPackage ./web/wordpress-themes {};
|
wordpress-themes = self.callPackage ./web/wordpress-themes {};
|
||||||
})
|
})
|
||||||
riscv-overlay
|
riscv-overlay
|
||||||
];
|
];
|
||||||
|
|
Reference in a new issue