Skip to content

Commit 743e016

Browse files
authored
home-assistant-custom-lovelace-modules.mushroom: 5.0.9 -> 5.0.10 (NixOS#485479)
2 parents 9ddbbc8 + 45c684a commit 743e016

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • pkgs/servers/home-assistant/custom-lovelace-modules/mushroom

pkgs/servers/home-assistant/custom-lovelace-modules/mushroom/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildNpmPackage rec {
88
pname = "mushroom";
9-
version = "5.0.9";
9+
version = "5.0.10";
1010

1111
src = fetchFromGitHub {
1212
owner = "piitaya";
1313
repo = "lovelace-mushroom";
1414
rev = "v${version}";
15-
hash = "sha256-E2JHURCRAupP1cKPMA99cBkWnXjDu6uow4hJosqfeHs=";
15+
hash = "sha256-AjHBYjhuux10YOqLDmlA7qEMnVZC+2aS3j5GueLXioY=";
1616
};
1717

18-
npmDepsHash = "sha256-FtliQ+J5vIIw/TS7FyBTp3Qdu7R5ul9YoS5RO8JiC6g=";
18+
npmDepsHash = "sha256-6OpENvqB9bORnVm1n4aE5fTVwqAN5zw49czMtqN4qKM=";
1919

2020
installPhase = ''
2121
runHook preInstall

0 commit comments

Comments
 (0)