From 64547cf2c2a8c389082ee8eb3b3dcb30e6078e63 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 2 Mar 2025 21:48:10 +0100 Subject: [PATCH] fixup! WIP: Odin HASS -> smartir --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fac33e0..8e1bcbc 100644 --- a/flake.nix +++ b/flake.nix @@ -244,7 +244,6 @@ overrides = _self: super: { google-chrome = super.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; }; sddm-theme-clairvoyance = super.sddm-theme-clairvoyance.override { wallpaper = ./wallpapers/background.jpg; }; - home-assistant-custom-components.smartir = super.home-assistant-custom-components.smartir.overrideAttrs (_attr: rec { version = "1.17.13"; @@ -252,7 +251,7 @@ owner = "smartHomeHub"; repo = "SmartIR"; rev = version; - hash = "sha256-E6TM761cuaeQzlbjA+oZ2wt5HTJAfkF2J3i4P1Wbuic="; + hash = "sha256-fOd2MTBi0q+lBl6JYV1yGp9A42+BOD6/2SxYSBKy8fE"; }; }); };