From 4ff7b7a71ce7f6710017a89d40b34d8181f14f07 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 9 Jul 2018 17:18:43 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Mise=20=C3=A0=20jour=20commit=20dogetipbot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- overlays/dogetipbot-telegram.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/dogetipbot-telegram.nix b/overlays/dogetipbot-telegram.nix index 6679828..9bc16e0 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 = "ebf12e00a4dccf1621b695ecbdb0753f1e3f6052"; - sha256 = "04xkp6djq8h3sdh8q9bs1ii0x1hbqb0icnsni7kp7wrr1w910dni"; + rev = "3bf1c89aaccded42ce41452c72f7ebf6d4d056ca"; + sha256 = "1gd1wi054ihbxanvj1ac7mz5ghnxab89a0r3i4hy482sglbxqcih"; }) { pkgs = self; }; } From c5fc97b80a642ce076eee81b7705399d9f8bb009 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 9 Jul 2018 17:18:58 +0200 Subject: [PATCH 2/2] Installation smartmontools --- systems/LoutreOS/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 673c0c4..faff64c 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -60,6 +60,7 @@ openssl lftp nix-prefetch-scripts + smartmontools ]; nixpkgs.config.allowUnfree = true;