tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
home-assistant-custom-components.smartir: 1.18.0 -> 1.18.1
R. Ryantm
11 months ago
78180ce0
0cc343a5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
home-assistant
custom-components
smartir
package.nix
+2
-2
pkgs/servers/home-assistant/custom-components/smartir/package.nix
reviewed
···
10
10
buildHomeAssistantComponent rec {
11
11
owner = "smartHomeHub";
12
12
domain = "smartir";
13
13
-
version = "1.18.0";
13
13
+
version = "1.18.1";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "smartHomeHub";
17
17
repo = "SmartIR";
18
18
tag = version;
19
19
-
hash = "sha256-Sy1wxVUApKWm9TlDia2Gwd+mIi7WbDkzJrAtyb0tTbM=";
19
19
+
hash = "sha256-gi5xlBOY6ek5roQKNqL7I0jrmJNPrxHHwEqOB/n2Itk=";
20
20
};
21
21
22
22
dependencies = [