diff --git a/overlays/dogetipbot-telegram.nix b/overlays/dogetipbot-telegram.nix index c3462a5db..162b5f5e9 100644 --- a/overlays/dogetipbot-telegram.nix +++ b/overlays/dogetipbot-telegram.nix @@ -3,7 +3,7 @@ self: super: { dogetipbot-telegram = super.callPackage (super.fetchgit { url = "https://gitlab.com/nyanloutre/dogetipbot-telegram.git"; - rev = "33e5a2273cc1e447dec9a37676913915706fd332"; - sha256 = "1rzv5qd7bj1dzx5qa2h4mdzzvxk77hz3svfcg7hq0sff8a7npk46"; + rev = "a63408de18d447983d65a51f176c35e434327517"; + sha256 = "12y7yd114cz64blgnyljpnnqbycsp0f1ljzaiqq05a5xa4pjvwyf"; }) { pkgs = self; }; }