Compare commits

..

No commits in common. "c5fc97b80a642ce076eee81b7705399d9f8bb009" and "7490454b9eb088fac54fbcd97c715b650b0da9b1" have entirely different histories.

2 changed files with 2 additions and 3 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 = "3bf1c89aaccded42ce41452c72f7ebf6d4d056ca"; rev = "ebf12e00a4dccf1621b695ecbdb0753f1e3f6052";
sha256 = "1gd1wi054ihbxanvj1ac7mz5ghnxab89a0r3i4hy482sglbxqcih"; sha256 = "04xkp6djq8h3sdh8q9bs1ii0x1hbqb0icnsni7kp7wrr1w910dni";
}) { pkgs = self; }; }) { pkgs = self; };
} }

View File

@ -60,7 +60,6 @@
openssl openssl
lftp lftp
nix-prefetch-scripts nix-prefetch-scripts
smartmontools
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;