simplification build dogetipbot

This commit is contained in:
nyanloutre 2019-01-24 09:52:40 +01:00
parent 745b342aab
commit 8c79c29b5d
1 changed files with 2 additions and 2 deletions

View File

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