nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

home-assistant-custom-components.smartir: 1.18.0 -> 1.18.1

R. Ryantm 78180ce0 0cc343a5

+2 -2
+2 -2
pkgs/servers/home-assistant/custom-components/smartir/package.nix
··· 10 10 buildHomeAssistantComponent rec { 11 11 owner = "smartHomeHub"; 12 12 domain = "smartir"; 13 - version = "1.18.0"; 13 + version = "1.18.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "smartHomeHub"; 17 17 repo = "SmartIR"; 18 18 tag = version; 19 - hash = "sha256-Sy1wxVUApKWm9TlDia2Gwd+mIi7WbDkzJrAtyb0tTbM="; 19 + hash = "sha256-gi5xlBOY6ek5roQKNqL7I0jrmJNPrxHHwEqOB/n2Itk="; 20 20 }; 21 21 22 22 dependencies = [