activation dogetipbot telegram

This commit is contained in:
nyanloutre 2019-01-22 11:01:25 +01:00
parent 26b53b57f6
commit 8576f0eb84
2 changed files with 3 additions and 6 deletions

View file

@ -3,7 +3,7 @@ self: super:
{
dogetipbot-telegram = super.callPackage (super.fetchgit {
url = "https://gitlab.com/nyanloutre/dogetipbot-telegram.git";
rev = "3bf1c89aaccded42ce41452c72f7ebf6d4d056ca";
sha256 = "1gd1wi054ihbxanvj1ac7mz5ghnxab89a0r3i4hy482sglbxqcih";
rev = "33e5a2273cc1e447dec9a37676913915706fd332";
sha256 = "1rzv5qd7bj1dzx5qa2h4mdzzvxk77hz3svfcg7hq0sff8a7npk46";
}) { pkgs = self; };
}